module documentation

pygments.lexers._sourcemod_builtins ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This file contains the names of SourceMod functions. Do not edit the FUNCTIONS list by hand. Run with `python -I` to regenerate. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Constant FUNCTIONS Undocumented
FUNCTIONS: tuple[str, ...] = (source)

Undocumented

Value
('OnEntityCreated',
 'OnEntityDestroyed',
 'OnGetGameDescription',
 'OnLevelInit',
 'SDKHook',
 'SDKHookEx',
 'SDKUnhook',
...