Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | List of all members
SCR_WeaponSightHasZeroingCondition Interface Reference
Inheritance diagram for SCR_WeaponSightHasZeroingCondition:
[legend]

Public Member Functions

override bool IsAvailable (SCR_AvailableActionsConditionData data)
 Return true when current zeroing on weapon is not 0 That means that weapon has no zeroing, cause weapon with zeroing has zeroing alway > 0.
 
- Public Member Functions inherited from SCR_AvailableActionCondition
bool IsEnabled ()
 Getter for an enabled flag, disabled conditions are skipped, not evaluated at all.
 
bool IsAvailable (SCR_AvailableActionsConditionData data)
 Override and implement this method in any inherited conditions.
 

Additional Inherited Members

- Protected Member Functions inherited from SCR_AvailableActionCondition
bool GetReturnResult (bool desiredResult)
 Based on the state of m_bNegateCondition returns our desired result.
 
- Protected Attributes inherited from SCR_AvailableActionCondition
bool m_bEnabled
 
bool m_bNegateCondition
 

Member Function Documentation

◆ IsAvailable()

override bool SCR_WeaponSightHasZeroingCondition.IsAvailable ( SCR_AvailableActionsConditionData  data)

Return true when current zeroing on weapon is not 0 That means that weapon has no zeroing, cause weapon with zeroing has zeroing alway > 0.

Implements SCR_AvailableActionCondition.


The documentation for this interface was generated from the following file: