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

Returns true if any hovered entity has children (returns false if not hovered entity) More...

Inheritance diagram for SCR_EditorCanEnterLayerActionCondition:
[legend]

Public Member Functions

override bool IsAvailable (SCR_AvailableActionsConditionData data)
 Override and implement this method in any inherited conditions.
 
- 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.
 

Public Attributes

SCR_LayersEditorComponent m_LayersManager
 

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
 

Detailed Description

Returns true if any hovered entity has children (returns false if not hovered entity)

Member Function Documentation

◆ IsAvailable()

override bool SCR_EditorCanEnterLayerActionCondition.IsAvailable ( SCR_AvailableActionsConditionData  data)

Override and implement this method in any inherited conditions.

Use GetReturnResult prior to returning the value to take m_bNegateCondition into account

Parameters
data
Returns
availability

Implements SCR_AvailableActionCondition.

Member Data Documentation

◆ m_LayersManager

SCR_LayersEditorComponent SCR_EditorCanEnterLayerActionCondition.m_LayersManager

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