Arma Reforger Script API
Loading...
Searching...
No Matches
List of all members
AnimalAnimationComponent Interface Reference
Inheritance diagram for AnimalAnimationComponent:
[legend]

Additional Inherited Members

- Public Member Functions inherited from BaseAnimPhysComponent
proto external void SetCurrentCommand (AnimPhysCommandScripted pCommand)
 
proto external AnimPhysCommandScripted GetCommandScripted ()
 
proto external TAnimGraphCommand BindCommand (string pCommandName)
 
proto external TAnimGraphVariable BindVariableFloat (string pVariableName)
 binds variable
 
proto external TAnimGraphVariable BindVariableInt (string pVariableName)
 
proto external TAnimGraphVariable BindVariableBool (string pVariableName)
 
proto external TAnimGraphTag BindTag (string pTagName)
 binds tag
 
proto external TAnimGraphEvent BindEvent (string pEventName)
 binds event
 
proto external TAnimGraphPrediction BindPrediction (string pPredictionName)
 binds prediction
 
proto external void SetVariableFloat (TAnimGraphVariable varIdx, float value)
 Functions for setting animation variables and calling animation commands.
 
proto external void SetVariableInt (TAnimGraphVariable varIdx, int value)
 
proto external void SetVariableBool (TAnimGraphVariable varIdx, bool value)
 
proto external void CallCommand (TAnimGraphCommand pCmdIndex, int intParam, float floatParam)
 
proto external void CallCommand4I (TAnimGraphCommand pCmdIndex, int intParam1, int intParam2, int intParam3, int intParam4, float floatParam)
 
proto external bool PhysicsIsFalling ()
 returns true when character is physically falling
 
proto external void PhysicsEnableGravity (bool pState)
 enables physics
 
- Public Member Functions inherited from GameComponent
bool OnTicksOnRemoteProxy ()
 

The documentation for this interface was generated from the following file: