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

Public Member Functions

override bool IsAvailable (SCR_AvailableActionsConditionData data)
 Returns true when character is in any form of ADS.
 
- 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.
 

Protected Attributes

bool m_bCheckGadget
 
bool m_bCheckPersonalWeapon
 
bool m_bCheckTurretWeapon
 
- Protected Attributes inherited from SCR_AvailableActionCondition
bool m_bEnabled
 
bool m_bNegateCondition
 

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.
 

Member Function Documentation

◆ IsAvailable()

override bool SCR_IsCharacterADSCondition.IsAvailable ( SCR_AvailableActionsConditionData  data)

Returns true when character is in any form of ADS.

Implements SCR_AvailableActionCondition.

Member Data Documentation

◆ m_bCheckGadget

bool SCR_IsCharacterADSCondition.m_bCheckGadget
protected

◆ m_bCheckPersonalWeapon

bool SCR_IsCharacterADSCondition.m_bCheckPersonalWeapon
protected

◆ m_bCheckTurretWeapon

bool SCR_IsCharacterADSCondition.m_bCheckTurretWeapon
protected

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