Callbacks
List of all callbacks:
on_command
on_command
This callback will be executed on every command before it's processed.
Parameters passed in callback:
Name | Type | Description |
---|---|---|
cmd | pre-processed command |
on_esprender
on_esprender
This callback will be executed when a player's ESP is rendered.
Parameters passed in callback:
Name | Type | Description |
---|---|---|
ESP | passed ESP type |
on_gameevent
on_gameevent
This callback will be executed when a game event occurs.
Parameters passed in callback:
Name | Type | Description |
---|---|---|
Event | passed game event |
on_framestagenotify
on_framestagenotify
This callback will be executed at stages of preparation for each frame.
Parameters passed in callback:
Name | Type | Description |
---|---|---|
Stage | passed stage enum |
on_render
on_render
This callback will be executed for every rendered frame.
on_modelrender
on_modelrender
This callback will be executed when rendering a model.
Parameters passed in callback:
Name | Type | Description |
---|---|---|
Model | passed model type |
on_shutdown
on_shutdown
This callback will be executed before a script is unloaded.
Last updated