Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_WeaponBipodCondition Interface Reference

Returns true if weapon has loaded magazine. More...

Inheritance diagram for SCR_WeaponBipodCondition:
[legend]

Public Member Functions

override bool IsAvailable (SCR_AvailableActionsConditionData data)
 Returns true when current weapon has bipod and matches the desired state Returns opposite if m_bNegateCondition is enabled, but only if weapon has bipod.
 
- 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_bBipodState
 
- 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.
 

Detailed Description

Returns true if weapon has loaded magazine.

Member Function Documentation

◆ IsAvailable()

override bool SCR_WeaponBipodCondition.IsAvailable ( SCR_AvailableActionsConditionData  data)

Returns true when current weapon has bipod and matches the desired state Returns opposite if m_bNegateCondition is enabled, but only if weapon has bipod.

Implements SCR_AvailableActionCondition.

Member Data Documentation

◆ m_bBipodState

bool SCR_WeaponBipodCondition.m_bBipodState
protected

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