‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
animation_state_machine_utility.gsc
Go to the documentation of this file.
1 #using scripts\shared\ai\archetype_utility;
2 
3 #insert scripts\shared\shared.gsh;
4 #insert scripts\shared\ai\systems\animation_state_machine.gsh;
5 
6 #namespace AnimationStateNetworkUtility;
7 
8 function ‪RequestState( entity, stateName ) {}
9 function ‪SearchAnimationMap( entity, aliasName ) {}
‪SearchAnimationMap
‪function SearchAnimationMap(entity, aliasName)
Definition: animation_state_machine_utility.gsc:9
‪RequestState
‪function RequestState(entity, stateName)
Definition: animation_state_machine_utility.gsc:8