Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseControllerComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15
16class BaseControllerComponent: GameComponent
17{
19 proto external IEntity GetOwner();
21 proto external bool CanMove();
23 proto external void SetCanMove(bool canMove);
24
25 // callbacks
26
27 event bool ValidateCanMove() { return true; };
28}
29
IEntity GetOwner()
Owner entity of the fuel tank.
proto external bool CanMove()
Returns state of movement capacity.
event bool ValidateCanMove()
proto external void SetCanMove(bool canMove)
Changes state of movement capacity. Internally verifies if all necessary conditions are met.