Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
TurretComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
14 proto external BaseSightsComponent GetSights();
19 proto external bool HasRootRotation();
20 proto external bool HasMoveableBase();
21 proto external PointInfo GetCameraAttachmentSlot();
22 proto external bool IsVehicleMounted();
23 proto external float GetBaseRotation();
24 proto external void SetBaseRotation(float fRotation);
34 proto external vector GetAimingAngleExcess(vector tgtPosWorld);
35 proto external void SetSights(int index);
36 proto external int NextSights();
37 proto external void SwitchNextSights();
38 proto external void SwitchPrevSights();
39 proto external bool IsUsingWeaponSights();
40}
41
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
PointInfo - allows to define position.
Definition PointInfo.c:9