Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
DoorComponent.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
13 {
15  proto external vector GetDoorPivotPointWS();
17  proto external float GetAngleRange();
19  proto external bool CanCharacterPass(float characterWidth);
21  proto external bool IsOpen();
23  proto external bool IsOpening();
25  proto external bool IsClosing();
27  proto external void SetActionInstigator(IEntity instigator);
29  proto external void SetControlValue(float controlValue);
31  proto external float GetControlValue();
33  proto external float GetDoorState();
35  proto external vector GetDoorNormal();
36 }
37 
DoorComponent
Definition: DoorComponent.c:12
GameComponent
Definition: GameComponent.c:12