Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
CompartmentDoorInfo.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
7 class CompartmentDoorInfo: ScriptAndConfig
8 {
9  proto external int GetAnimDoorIndex();
10  proto external bool UseTeleportForGetIn();
11  proto external bool UseTeleportForGetOut();
12  proto external bool UseEntryPositionAligning();
13  proto external bool UseSeatPositionAligning();
14  proto external PointInfo GetEntryPointInfo();
15  proto external PointInfo GetExitPointInfo();
16  proto external bool HasExitPointInfoDefined();
17  proto external ECharacterStanceChange GetStanceChangeOnExit();
18 }
ECharacterStanceChange
ECharacterStanceChange
Definition: ECharacterStanceChange.c:12
CompartmentDoorInfo
Definition: CompartmentDoorInfo.c:7