![]() |
Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
|
Go to the source code of this file.
Macros | |
| #define | IS_NULL(variable) (IsInt(variable) && variable == 0) |
| #define | NULL 0 |
Functions | |
| function | RegisterBSMScriptAPIInternal (functionName, scriptFunction) |
| #define IS_NULL | ( | variable | ) | (IsInt(variable) && variable == 0) |
Definition at line 6 of file behavior_state_machine.gsc.
| #define NULL 0 |
Definition at line 5 of file behavior_state_machine.gsc.
| function RegisterBSMScriptAPIInternal | ( | functionName | , |
| scriptFunction | |||
| ) |
Definition at line 11 of file behavior_state_machine.gsc.