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