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

Returns true if character is freelooking with specified conditions. More...

Inheritance diagram for SCR_CharacterFreelookCondition:
[legend]

Public Member Functions

override bool IsAvailable (SCR_AvailableActionsConditionData data)
 Returns true when current controlled entity is freelooking Returns opposite if m_bNegateCondition is enabled.
 
- 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_bToggled
 
bool m_bNotToggled
 
bool m_bForced
 
bool m_bNotForced
 
- 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 character is freelooking with specified conditions.

Member Function Documentation

◆ IsAvailable()

override bool SCR_CharacterFreelookCondition.IsAvailable ( SCR_AvailableActionsConditionData  data)

Returns true when current controlled entity is freelooking Returns opposite if m_bNegateCondition is enabled.

Implements SCR_AvailableActionCondition.

Member Data Documentation

◆ m_bForced

bool SCR_CharacterFreelookCondition.m_bForced
protected

◆ m_bNotForced

bool SCR_CharacterFreelookCondition.m_bNotForced
protected

◆ m_bNotToggled

bool SCR_CharacterFreelookCondition.m_bNotToggled
protected

◆ m_bToggled

bool SCR_CharacterFreelookCondition.m_bToggled
protected

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