Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_CharacterHasGadgetCondition Class Reference
Inheritance diagram for SCR_CharacterHasGadgetCondition:
SCR_AvailableActionCondition

Protected Member Functions

override bool IsAvailable (notnull SCR_AvailableActionsConditionData data)

Protected Attributes

bool m_bEquipped
bool m_bNotEquipped
bool m_bCheckSpecificGadget
EGadgetType m_eGadget
bool m_bIsToggledOn
bool m_bIsToggledOff

Detailed Description

Returns true if character has provided gadget in their inventory if m_bEquipped true is only returned if the gadget is currently held

Definition at line 4 of file SCR_CharacterHasGadgetCondition.c.

Member Function Documentation

◆ IsAvailable()

override bool SCR_CharacterHasGadgetCondition::IsAvailable ( notnull SCR_AvailableActionsConditionData data)
inlineprotected

Returns true when current controlled entity has specified gadget Returns opposite if m_bNegateCondition is enabled

Definition at line 27 of file SCR_CharacterHasGadgetCondition.c.

Member Data Documentation

◆ m_bCheckSpecificGadget

bool SCR_CharacterHasGadgetCondition::m_bCheckSpecificGadget
protected

Definition at line 13 of file SCR_CharacterHasGadgetCondition.c.

◆ m_bEquipped

bool SCR_CharacterHasGadgetCondition::m_bEquipped
protected

Definition at line 7 of file SCR_CharacterHasGadgetCondition.c.

◆ m_bIsToggledOff

bool SCR_CharacterHasGadgetCondition::m_bIsToggledOff
protected

Definition at line 22 of file SCR_CharacterHasGadgetCondition.c.

◆ m_bIsToggledOn

bool SCR_CharacterHasGadgetCondition::m_bIsToggledOn
protected

Definition at line 19 of file SCR_CharacterHasGadgetCondition.c.

◆ m_bNotEquipped

bool SCR_CharacterHasGadgetCondition::m_bNotEquipped
protected

Definition at line 10 of file SCR_CharacterHasGadgetCondition.c.

◆ m_eGadget

EGadgetType SCR_CharacterHasGadgetCondition::m_eGadget
protected

Definition at line 16 of file SCR_CharacterHasGadgetCondition.c.


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