|
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the documentation of this file.
16 class BaseItemAnimationComponent: AnimationControllerComponent
21 proto external
bool SyncWithCharacter(ChimeraCharacter pCharacter,
string overrideStartNode);
28 event protected void OnAnimationEvent(AnimationEventID animEventType, AnimationEventID animUserString,
int intParam,
float timeFromStart,
float timeToEnd);
40 event protected void OnCharacterCommand(
int commandID,
int intValue,
float floatValue);
event protected bool OnProcessAnimOutput(IEntity owner, float ts)
event protected bool OnPrepareAnimInput(IEntity owner, float ts)
event protected void OnCharacterIntVariable(int variableID, int value)
proto external bool SyncWithCharacter(ChimeraCharacter pCharacter, string overrideStartNode)
event protected void OnCharacterFloatVariablet(int variableID, float value)
Called when variable was changed in synced character's animation logic.
event protected void OnCharacterCommand(int commandID, int intValue, float floatValue)
Called when animation command was called in synced character's animation logic.
proto external bool RemoveSyncReference(ChimeraCharacter pCharacter)
Removes previously synced character reference.
IEntity GetOwner()
Owner entity of the fuel tank.
event protected void OnAnimationEvent(AnimationEventID animEventType, AnimationEventID animUserString, int intParam, float timeFromStart, float timeToEnd)
proto external bool IsAnimationTag(AnimationTagID tagID)
event protected void OnCharacterBoolVariable(int variableID, bool value)