Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ScriptedSightsComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15
16class ScriptedSightsComponent: SightsComponent
17{
22 event void OnInit(IEntity owner);
24 event void OnSightADSActivated();
30 event void OnSightADSPostFrame(IEntity owner, float timeSlice);
32 event void OnSightADSDeactivated();
34 event float GetADSActivationPercentageScript() { return 1.0; };
36 event float GetADSDeactivationPercentageScript() { return 1.0; };
37}
38
event float GetADSDeactivationPercentageScript()
Called to get the ADS percentage when the sights go inactive.
event void OnSightADSPostFrame(IEntity owner, float timeSlice)
event void OnSightADSDeactivated()
Called every time the sight is deactivated.
event float GetADSActivationPercentageScript()
Called to get the ADS percentage when the sights go active.
event void OnSightADSActivated()
Called every time the sight is activated.