Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
CharacterSimStrategyFSM.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
17 proto external int GetStateId(string stateName);
21 proto external CharacterFSMState GetCurrentFullbodyState();
25 proto external bool IsStateActive(int stateId);
29 proto external CharacterFSMState ActivateFullbodyState(int stateId);
33 proto external CharacterFSMState ActivateAdditiveState(int stateId, bool enabled);
37 proto external void CancelState(int stateId);
41 proto external CharacterFSMStateCb StartCallback(typename callbackClassType, int additiveStateId = 0);
45 proto external void StopCallback(int additiveStateId = 0);
46}
47