![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| class | SCR_EditableWaypointComponentClass |
Functions | |
| SCR_EditableWaypointComponentClass SCR_EditableEntityComponentClass | RplProp (onRplName:"OnPreWaypointIdRpl") |
| Special configuration for editable waypoint. More... | |
| int | GetWaypointIndex () |
| bool | IsCurrent () |
| SCR_EditableEntityComponent | GetPrevWaypoint () |
| protected void | OnPreWaypointIdRpl () |
| override bool | CanDuplicate (out notnull set< SCR_EditableEntityComponent > outRecipients) |
| override Faction | GetFaction () |
| override SCR_EditableEntityComponent | GetAIGroup () |
| override void | OnParentEntityChanged (SCR_EditableEntityComponent parentEntity, SCR_EditableEntityComponent parentEntityPrev, bool changedByUser) |
| override bool | GetPos (out vector pos) |
| override SCR_EditableEntityComponent | EOnEditorPlace (out SCR_EditableEntityComponent parent, SCR_EditableEntityComponent recipient, EEditorPlacingFlags flags, bool isQueue, int playerID=0) |
| override void | OnDelete (IEntity owner) |
| override bool CanDuplicate | ( | out notnull set< SCR_EditableEntityComponent > | outRecipients | ) |
Definition at line 71 of file SCR_EditableWaypointComponent.c.
| override SCR_EditableEntityComponent EOnEditorPlace | ( | out SCR_EditableEntityComponent | parent, |
| SCR_EditableEntityComponent | recipient, | ||
| EEditorPlacingFlags | flags, | ||
| bool | isQueue, | ||
| int | playerID = 0 |
||
| ) |
Definition at line 128 of file SCR_EditableWaypointComponent.c.
| override SCR_EditableEntityComponent GetAIGroup | ( | ) |
Definition at line 91 of file SCR_EditableWaypointComponent.c.
| override Faction GetFaction | ( | ) |
Definition at line 81 of file SCR_EditableWaypointComponent.c.
| override bool GetPos | ( | out vector | pos | ) |
Definition at line 119 of file SCR_EditableWaypointComponent.c.
| SCR_EditableEntityComponent GetPrevWaypoint | ( | ) |
Get previous waypoint.
Definition at line 56 of file SCR_EditableWaypointComponent.c.
| int GetWaypointIndex | ( | ) |
Get order index of the waypoint.
Definition at line 40 of file SCR_EditableWaypointComponent.c.
| bool IsCurrent | ( | ) |
Check if the waypoint is group's current waypoint.
Definition at line 48 of file SCR_EditableWaypointComponent.c.
| override void OnParentEntityChanged | ( | SCR_EditableEntityComponent | parentEntity, |
| SCR_EditableEntityComponent | parentEntityPrev, | ||
| bool | changedByUser | ||
| ) |
Definition at line 97 of file SCR_EditableWaypointComponent.c.
| protected void OnPreWaypointIdRpl | ( | ) |
Definition at line 65 of file SCR_EditableWaypointComponent.c.