Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_VehicleSpeedCondition Class Reference

Returns true if current vehicle speed matches the condition. More...

Inheritance diagram for SCR_VehicleSpeedCondition:
SCR_AvailableActionCondition

Protected Member Functions

override bool IsAvailable (notnull SCR_AvailableActionsConditionData data)

Protected Attributes

SCR_ComparerOperator m_eOperator
float m_fValue
SignalsManagerComponent m_Signals
int m_iSpeedID = -1
const string SIGNAL_NAME = "speed"

Detailed Description

Returns true if current vehicle speed matches the condition.

Definition at line 3 of file SCR_VehicleSpeedCondition.c.

Member Function Documentation

◆ IsAvailable()

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

Returns true when current controlled vehicle speed matches the condition by operator Returns opposite if m_bNegateCondition is enabled

Definition at line 18 of file SCR_VehicleSpeedCondition.c.

Member Data Documentation

◆ m_eOperator

SCR_ComparerOperator SCR_VehicleSpeedCondition::m_eOperator
protected

Definition at line 6 of file SCR_VehicleSpeedCondition.c.

◆ m_fValue

float SCR_VehicleSpeedCondition::m_fValue
protected

Definition at line 9 of file SCR_VehicleSpeedCondition.c.

◆ m_iSpeedID

int SCR_VehicleSpeedCondition::m_iSpeedID = -1
protected

Definition at line 12 of file SCR_VehicleSpeedCondition.c.

◆ m_Signals

SignalsManagerComponent SCR_VehicleSpeedCondition::m_Signals
protected

Definition at line 11 of file SCR_VehicleSpeedCondition.c.

◆ SIGNAL_NAME

const string SCR_VehicleSpeedCondition::SIGNAL_NAME = "speed"
protected

Definition at line 13 of file SCR_VehicleSpeedCondition.c.


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