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

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 Documentation

◆ RegisterBehaviorTreeAction()

function RegisterBehaviorTreeAction ( actionName  ,
startFuncPtr  ,
updateFuncPtr  ,
terminateFuncPtr   
)

Definition at line 67 of file behavior_tree_utility.gsc.

References RegisterBehaviorTreeActionInternal().

◆ RegisterBehaviorTreeActionInternal()

function RegisterBehaviorTreeActionInternal ( actionName  ,
startFuncPtr  ,
updateFuncPtr  ,
terminateFuncPtr   
)

◆ RegisterBehaviorTreeScriptAPI()

function RegisterBehaviorTreeScriptAPI ( functionName  ,
functionPtr   
)

Definition at line 62 of file behavior_tree_utility.gsc.

References RegisterBehaviorTreeScriptAPIInternal().

◆ RegisterBehaviorTreeScriptAPIInternal()

function RegisterBehaviorTreeScriptAPIInternal ( functionName  ,
functionPtr   
)

Definition at line 6 of file behavior_tree_utility.gsc.

Referenced by RegisterBehaviorTreeScriptAPI().