[This is preliminary documentation and is subject to change.]
RAGE Plugin Hook provides a set of console commands, but more can be defined by plugin writers.
This section contains an explanation of all the default console commands provided by the hook.
Name | Description |
---|---|
Lists all available console commands. | |
Exit | No description. |
ReloadAllPlugins | No description. |
UnloadAllPlugins | No description. |
ReloadPlugins | No description. |
LoadPlugin | Loads the specified plugin. |
ListGameScripts | No description. |
ListGlobalScripts | No description. |
SpewNativesAnalyses | No description. |
CleanUp | No description. |
RecordPerformance | Enables or disables performance recording of the currently loaded plugins. |
PrintPerformance | Outputs the latest performance data of the currently loaded plugins. |
KillPed | Kills the specified ped. |
ExplodeVehicle | Explodes the specified vehicle. |
Spawn | Spawns a ped or vehicle based on the given model. |
ExplodeVehicle | Explodes the specified vehicle. |
Execute | Executes the specified C# code as a separate plugin. |