![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_EditableWaypointComponentClass |
|
protected |
Attaches an entity to this waypoint task
| [in] | attachedTo | to which component attach this waypoint - can be null to detach it |
Definition at line 38 of file SCR_EditableWaypointComponent.c.
|
protected |
Definition at line 131 of file SCR_EditableWaypointComponent.c.
|
protected |
Definition at line 223 of file SCR_EditableWaypointComponent.c.
|
protected |
Detach the waypoint from the target, runs both in client and server.
Definition at line 207 of file SCR_EditableWaypointComponent.c.
|
protected |
Definition at line 242 of file SCR_EditableWaypointComponent.c.
|
protected |
Definition at line 151 of file SCR_EditableWaypointComponent.c.
|
protected |
Definition at line 292 of file SCR_EditableWaypointComponent.c.
|
protected |
Definition at line 141 of file SCR_EditableWaypointComponent.c.
Definition at line 214 of file SCR_EditableWaypointComponent.c.
|
protected |
Get previous waypoint.
Definition at line 116 of file SCR_EditableWaypointComponent.c.
|
protected |
Get order index of the waypoint.
Definition at line 100 of file SCR_EditableWaypointComponent.c.
|
protected |
Definition at line 277 of file SCR_EditableWaypointComponent.c.
|
protected |
Definition at line 283 of file SCR_EditableWaypointComponent.c.
|
protected |
Check if the waypoint is group's current waypoint.
Definition at line 108 of file SCR_EditableWaypointComponent.c.
|
protected |
Runs when an ID is attached.
Definition at line 77 of file SCR_EditableWaypointComponent.c.
|
protected |
Definition at line 263 of file SCR_EditableWaypointComponent.c.
|
protected |
Definition at line 157 of file SCR_EditableWaypointComponent.c.
|
protected |
Definition at line 125 of file SCR_EditableWaypointComponent.c.
|
protected |
Definition at line 298 of file SCR_EditableWaypointComponent.c.
Definition at line 192 of file SCR_EditableWaypointComponent.c.
|
protected |
Definition at line 199 of file SCR_EditableWaypointComponent.c.
|
protected |
Assign order index of the waypoint and whether it's current or not.
| [in] | index | Order in group's waypoints, starting with 0 |
| [in] | isCurrent | True if the waypoint is current |
| [in] | prevWaypoint |
Definition at line 88 of file SCR_EditableWaypointComponent.c.