![]() |
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 private | HandleNotetrack (entity, notetrack) |
| function autoexec | InitNotetrackHandler () |
| function | RegisterBlackboardNotetrackHandler (notetrackName, blackboardAttributeName, blackBoardValue) |
| function | RegisterNotetrackHandlerFunction (notetrackName, notetrackFuncPtr) |
| function private | RunNotetrackHandler (entity, notetracks) |
| function private HandleNotetrack | ( | entity | , |
| notetrack | |||
| ) |
Definition at line 27 of file animation_state_machine_notetracks.gsc.
References SetBlackBoardAttribute().
Referenced by RunNotetrackHandler().
| function autoexec InitNotetrackHandler | ( | ) |
Definition at line 11 of file animation_state_machine_notetracks.gsc.
| function RegisterBlackboardNotetrackHandler | ( | notetrackName | , |
| blackboardAttributeName | , | ||
| blackBoardValue | |||
| ) |
Definition at line 72 of file animation_state_machine_notetracks.gsc.
| function RegisterNotetrackHandlerFunction | ( | notetrackName | , |
| notetrackFuncPtr | |||
| ) |
Definition at line 52 of file animation_state_machine_notetracks.gsc.
| function private RunNotetrackHandler | ( | entity | , |
| notetracks | |||
| ) |
Definition at line 17 of file animation_state_machine_notetracks.gsc.
References HandleNotetrack().