‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
behavior_state_machine.gsc File Reference

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)
 

Macro Definition Documentation

◆ IS_NULL

#define IS_NULL (   variable)    (IsInt(variable) && variable == 0)

Definition at line 6 of file behavior_state_machine.gsc.

◆ NULL

#define NULL   0

Definition at line 5 of file behavior_state_machine.gsc.

Function Documentation

◆ RegisterBSMScriptAPIInternal()

function RegisterBSMScriptAPIInternal ( functionName  ,
scriptFunction   
)

Definition at line 11 of file behavior_state_machine.gsc.