Arma Reforger Script API
|
Returns true if has last notification location and time was less then given var. More...
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. | |
Protected Member Functions | |
void | SetLocationDisabled () |
Protected Member Functions inherited from SCR_AvailableActionCondition | |
bool | GetReturnResult (bool desiredResult) |
Based on the state of m_bNegateCondition returns our desired result. | |
Protected Attributes | |
int | m_DisplayTime |
SCR_NotificationsComponent | m_NotificationsComponent |
vector | m_vLocation = vector.Zero |
bool | m_bShowLocation |
bool | m_bIsListeningToDisable |
Protected Attributes inherited from SCR_AvailableActionCondition | |
bool | m_bEnabled |
bool | m_bNegateCondition |
Returns true if has last notification location and time was less then given var.
override bool SCR_EditorHasLastNotificationLocationActionCondition.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
data |
Implements SCR_AvailableActionCondition.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |