Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
AnimatedColliderComponent.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
22
class
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
IsMoving
bool IsMoving()
Definition
SCR_AICombatMoveState.c:104
AnimatedColliderComponent
Definition
AnimatedColliderComponent.c:23
scripts
Game
generated
Physics
AnimatedColliderComponent.c
Generated by
1.17.0