Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_CanOperateVehicleDoorCondition Interface Reference
Inheritance diagram for SCR_CanOperateVehicleDoorCondition:
SCR_AvailableActionCondition

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.
 

Protected Attributes

bool m_bRequireOpenDoor
 
SCR_ECompartmentDoorType m_eDoorType
 
- 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_CanOperateVehicleDoorCondition.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_bRequireOpenDoor

bool SCR_CanOperateVehicleDoorCondition.m_bRequireOpenDoor
protected

◆ m_eDoorType

SCR_ECompartmentDoorType SCR_CanOperateVehicleDoorCondition.m_eDoorType
protected

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