Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
AimingComponent.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 AimingComponent: BaseAimingComponent
17 {
19  proto external vector GetInitAiming();
24  proto external void SetAimingRotationWanted(vector inRotation);
29  proto external void SetAimingRotation(vector inRotation);
31  proto external vector GetAimingRotationWanted();
33  proto external vector GetAimingRotation();
35  proto external vector GetAimingDirection();
37  proto external vector GetAimingDirectionWorld();
38  proto external vector GetAimingRotationModification();
39  proto external vector GetModifiedAimingTranslation();
40  proto external vector GetCurrentRecoilTranslation();
46  proto void GetAimingLimits(out vector limitsHoriz, out vector limitsVert);
54  proto external vector GetRawAimingTranslation();
62  proto external vector GetRawAimingRotation();
63 }
64 
SetAimingRotationWanted
proto external void SetAimingRotationWanted(vector inRotation)
GetInitAiming
AimingComponentClass BaseAimingComponentClass GetInitAiming()
Get the init rotation defined in the prefab in degrees.
SetAimingRotation
proto external void SetAimingRotation(vector inRotation)
GetAimingDirectionWorld
proto external vector GetAimingDirectionWorld()
Get the current aiming direction in world space.
GetAimingDirection
proto external vector GetAimingDirection()
Get the current aiming direction in local space.
GetModifiedAimingTranslation
proto external vector GetModifiedAimingTranslation()
AimingComponentClass
Definition: AimingComponent.c:12
BaseAimingComponentClass
Definition: BaseAimingComponent.c:12
GetAimingRotation
proto external vector GetAimingRotation()
Get the current aiming rotation in degress.
GetAimingLimits
proto void GetAimingLimits(out vector limitsHoriz, out vector limitsVert)
GetCurrentRecoilTranslation
proto external vector GetCurrentRecoilTranslation()
GetRawAimingRotation
proto external vector GetRawAimingRotation()
GetAimingRotationWanted
proto external vector GetAimingRotationWanted()
Get the current desired aiming rotation in degrees.
GetAimingRotationModification
proto external vector GetAimingRotationModification()
GetRawAimingTranslation
proto external vector GetRawAimingTranslation()