Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
TurretComponent.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
13 {
14 }
15 
16 class TurretComponent: AimingComponent
17 {
18  proto external BaseSightsComponent GetSights();
19  proto external bool HasMoveableBase();
20  proto external PointInfo GetCameraAttachmentSlot();
21  proto external bool IsVehicleMounted();
31  proto external vector GetAimingAngleExcess(vector tgtPosWorld);
32  proto external void SetSights(int index);
33  proto external int NextSights();
34  proto external void SwitchNextSights();
35  proto external void SwitchPrevSights();
36 }
37 
GetAimingAngleExcess
proto external vector GetAimingAngleExcess(vector tgtPosWorld)
GetSights
TurretComponentClass AimingComponentClass GetSights()
GetCameraAttachmentSlot
proto external PointInfo GetCameraAttachmentSlot()
HasMoveableBase
proto external bool HasMoveableBase()
SwitchPrevSights
proto external void SwitchPrevSights()
AimingComponentClass
Definition: AimingComponent.c:12
NextSights
proto external int NextSights()
index
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
Definition: SCR_DestructionSynchronizationComponent.c:17
TurretComponentClass
Definition: TurretComponent.c:12
SwitchNextSights
proto external void SwitchNextSights()
IsVehicleMounted
proto external bool IsVehicleMounted()
SetSights
proto external void SetSights(int index)