![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | SCR_AIWaypointState (notnull SCR_AIGroupUtilityComponent utility, SCR_AIWaypoint waypoint) |
| void | OnSelected () |
| void | OnDeselected () |
| void | OnExecuteWaypointTree () |
| AIWaypoint | GetWaypoint () |
| Getter for the related waypoint. | |
Protected Attributes | |
| SCR_AIGroupUtilityComponent | m_Utility |
| AIWaypoint | m_Waypoint |
This class represents group's processing of a waypoint. It is instantiated when a new waypoint is selected by group, and deleted when group switches to another waypoint.
Definition at line 6 of file SCR_AIWaypointState.c.
|
inlineprotected |
Definition at line 11 of file SCR_AIWaypointState.c.
|
inlineprotected |
Getter for the related waypoint.
Definition at line 37 of file SCR_AIWaypointState.c.
|
inlineprotected |
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.
Definition at line 24 of file SCR_AIWaypointState.c.
|
inlineprotected |
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
Definition at line 31 of file SCR_AIWaypointState.c.
|
protected |
Called when group selects the waypoint as current. Can be overridden in inherited class. Don't forget to call OnSelected of base class.
|
protected |
Definition at line 8 of file SCR_AIWaypointState.c.
|
protected |
Definition at line 9 of file SCR_AIWaypointState.c.