Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_SuppressWaypointState Interface Reference
Inheritance diagram for SCR_SuppressWaypointState:
SCR_AIWaypointState

Public Member Functions

override void OnSelected ()
 Called when group selects the waypoint as current.
 
override void OnDeselected ()
 Called when group deselects the waypoint as current, also including completion or removal.
 
void OnWaypointPropertiesChanged ()
 
- Public Member Functions inherited from SCR_AIWaypointState
void SCR_AIWaypointState (notnull SCR_AIGroupUtilityComponent utility, SCR_AIWaypoint waypoint)
 
void OnExecuteWaypointTree ()
 Called when group switches from Moving towards waypoint to behavior ON waypoint Default behavior is to cancel all activities of this waypoint so far, override if not your case.
 
AIWaypoint GetWaypoint ()
 Getter for the related waypoint.
 

Protected Member Functions

void AddSuppressActivity ()
 
void TryCancelSuppressActivity ()
 

Protected Attributes

SCR_AISuppressActivity m_SuppressActivity
 
- Protected Attributes inherited from SCR_AIWaypointState
SCR_AIGroupUtilityComponent m_Utility
 
AIWaypoint m_Waypoint
 

Member Function Documentation

◆ AddSuppressActivity()

void SCR_SuppressWaypointState.AddSuppressActivity ( )
protected

◆ OnDeselected()

override void SCR_SuppressWaypointState.OnDeselected ( )

Called when group deselects the waypoint as current, also including completion or removal.

Can be overridden in inherited class. Don't forget to call OnDeselected of base class.

Implements SCR_AIWaypointState.

◆ OnSelected()

override void SCR_SuppressWaypointState.OnSelected ( )

Called when group selects the waypoint as current.

Can be overridden in inherited class. Don't forget to call OnSelected of base class.

Implements SCR_AIWaypointState.

◆ OnWaypointPropertiesChanged()

void SCR_SuppressWaypointState.OnWaypointPropertiesChanged ( )

◆ TryCancelSuppressActivity()

void SCR_SuppressWaypointState.TryCancelSuppressActivity ( )
protected

Member Data Documentation

◆ m_SuppressActivity

SCR_AISuppressActivity SCR_SuppressWaypointState.m_SuppressActivity
protected

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