Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseItemAnimationComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
14 proto external IEntity GetOwner();
17 proto external bool SyncWithCharacter(ChimeraCharacter pCharacter, bool isMainCharacter, string overrideStartNode);
19 proto external bool RemoveSyncReference(ChimeraCharacter pCharacter);
20 proto external bool IsAnimationTag(AnimationTagID animTagID);
21 proto external bool IsAnimationEvent(AnimationEventID animEventID, out int userInt);
22
23 // callbacks
24
25 event protected void OnAnimationEvent(AnimationEventID animEventType, AnimationEventID animUserString, int intParam, float timeFromStart, float timeToEnd);
28 event protected bool OnPrepareAnimInput(IEntity owner, float ts) { return false; };
31 event protected bool OnProcessAnimOutput(IEntity owner, float ts) { return false; };
33 event protected void OnCharacterFloatVariablet(int variableID, float value);
34 event protected void OnCharacterIntVariable(int variableID, int value);
35 event protected void OnCharacterBoolVariable(int variableID, bool value);
37 event protected void OnCharacterCommand(int commandID, int intValue, float floatValue);
38}
39
int AnimationTagID
int AnimationEventID
void OnCharacterIntVariable(int variableID, int value)
bool OnProcessAnimOutput(IEntity owner, float ts)
void OnCharacterBoolVariable(int variableID, bool value)
void OnCharacterCommand(int commandID, int intValue, float floatValue)
Called when animation command was called in synced character's animation logic.
void OnAnimationEvent(AnimationEventID animEventType, AnimationEventID animUserString, int intParam, float timeFromStart, float timeToEnd)
bool OnPrepareAnimInput(IEntity owner, float ts)
void OnCharacterFloatVariablet(int variableID, float value)
Called when variable was changed in synced character's animation logic.
IEntity GetOwner()
Owner entity of the fuel tank.