![]() |
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.
Functions | |
| function | RegisterBehaviorTreeAction (actionName, startFuncPtr, updateFuncPtr, terminateFuncPtr) |
| function | RegisterBehaviorTreeActionInternal (actionName, startFuncPtr, updateFuncPtr, terminateFuncPtr) |
| function | RegisterBehaviorTreeScriptAPI (functionName, functionPtr) |
| function | RegisterBehaviorTreeScriptAPIInternal (functionName, functionPtr) |
| function RegisterBehaviorTreeAction | ( | actionName | , |
| startFuncPtr | , | ||
| updateFuncPtr | , | ||
| terminateFuncPtr | |||
| ) |
Definition at line 67 of file behavior_tree_utility.gsc.
References RegisterBehaviorTreeActionInternal().
| function RegisterBehaviorTreeActionInternal | ( | actionName | , |
| startFuncPtr | , | ||
| updateFuncPtr | , | ||
| terminateFuncPtr | |||
| ) |
Definition at line 23 of file behavior_tree_utility.gsc.
References array, BHTN_ACTION_START, BHTN_ACTION_TERMINATE, and BHTN_ACTION_UPDATE.
Referenced by RegisterBehaviorTreeAction().
| function RegisterBehaviorTreeScriptAPI | ( | functionName | , |
| functionPtr | |||
| ) |
Definition at line 62 of file behavior_tree_utility.gsc.
References RegisterBehaviorTreeScriptAPIInternal().
| function RegisterBehaviorTreeScriptAPIInternal | ( | functionName | , |
| functionPtr | |||
| ) |
Definition at line 6 of file behavior_tree_utility.gsc.
Referenced by RegisterBehaviorTreeScriptAPI().