Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
AnimatedColliderComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
22class AnimatedColliderComponent: GenericComponent
23{
28 proto external void StartMovement(bool bIncrease);
29 // This should be only called on server.
30 proto external void StopMovement();
31 proto external bool IsMoving();
39 proto external bool IsIncreasing();
44 proto external bool IsIncreasingWanted();
45 // Returns the value of animation variable.
46 proto external float GetVariableValue();
47 proto external string GetVariableName();
48}
49
bool IsMoving()