|
Arma Reforger Script API
|
Public Member Functions | |
| override bool | IsAvailable (SCR_AvailableActionsConditionData data) |
| Return true if currently controlled vehicle turret has illumination for sights. | |
Public Member Functions inherited from SCR_AvailableActionCondition | |
| bool | IsEnabled () |
| Getter for an enabled flag, disabled conditions are skipped, not evaluated at all. | |
Protected Member Functions | |
| SCR_2DOpticsComponent | CurrentWeaponSights (SCR_AvailableActionsConditionData data) |
| SCR_2DOpticsComponent | CurrentTurretSight (SCR_AvailableActionsConditionData data) |
Protected Member Functions inherited from SCR_AvailableActionCondition | |
| bool | GetReturnResult (bool desiredResult) |
| Based on the state of m_bNegateCondition returns our desired result. | |
Protected Attributes | |
| bool | m_bCheckTurret |
Protected Attributes inherited from SCR_AvailableActionCondition | |
| bool | m_bEnabled |
| bool | m_bNegateCondition |
|
protected |
|
protected |
| override bool SCR_SightsHasIlluminationCondition.IsAvailable | ( | SCR_AvailableActionsConditionData | data | ) |
Return true if currently controlled vehicle turret has illumination for sights.
Implements SCR_AvailableActionCondition.
|
protected |