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

Returns true if has last notification location and time was less then given var. More...

Inheritance diagram for SCR_EditorHasLastNotificationLocationActionCondition:
[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.
 

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
 

Detailed Description

Returns true if has last notification location and time was less then given var.

Member Function Documentation

◆ IsAvailable()

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

Parameters
data
Returns
availability

Implements SCR_AvailableActionCondition.

◆ SetLocationDisabled()

void SCR_EditorHasLastNotificationLocationActionCondition.SetLocationDisabled ( )
protected

Member Data Documentation

◆ m_bIsListeningToDisable

bool SCR_EditorHasLastNotificationLocationActionCondition.m_bIsListeningToDisable
protected

◆ m_bShowLocation

bool SCR_EditorHasLastNotificationLocationActionCondition.m_bShowLocation
protected

◆ m_DisplayTime

int SCR_EditorHasLastNotificationLocationActionCondition.m_DisplayTime
protected

◆ m_NotificationsComponent

SCR_NotificationsComponent SCR_EditorHasLastNotificationLocationActionCondition.m_NotificationsComponent
protected

◆ m_vLocation

vector SCR_EditorHasLastNotificationLocationActionCondition.m_vLocation = vector.Zero
protected

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