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

Go to the source code of this file.

Functions

function private HandleNotetrack (entity, notetrack)
 
function autoexec InitNotetrackHandler ()
 
function RegisterBlackboardNotetrackHandler (notetrackName, blackboardAttributeName, blackBoardValue)
 
function RegisterNotetrackHandlerFunction (notetrackName, notetrackFuncPtr)
 
function private RunNotetrackHandler (entity, notetracks)
 

Function Documentation

◆ HandleNotetrack()

function private HandleNotetrack ( entity  ,
notetrack   
)

Definition at line 27 of file animation_state_machine_notetracks.gsc.

References SetBlackBoardAttribute().

Referenced by RunNotetrackHandler().

◆ InitNotetrackHandler()

function autoexec InitNotetrackHandler ( )

Definition at line 11 of file animation_state_machine_notetracks.gsc.

◆ RegisterBlackboardNotetrackHandler()

function RegisterBlackboardNotetrackHandler ( notetrackName  ,
blackboardAttributeName  ,
blackBoardValue   
)

Definition at line 72 of file animation_state_machine_notetracks.gsc.

◆ RegisterNotetrackHandlerFunction()

function RegisterNotetrackHandlerFunction ( notetrackName  ,
notetrackFuncPtr   
)

Definition at line 52 of file animation_state_machine_notetracks.gsc.

◆ RunNotetrackHandler()

function private RunNotetrackHandler ( entity  ,
notetracks   
)

Definition at line 17 of file animation_state_machine_notetracks.gsc.

References HandleNotetrack().