Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_EditableWaypointComponent.c File Reference

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)
 

Function Documentation

◆ CanDuplicate()

override bool CanDuplicate ( out notnull set< SCR_EditableEntityComponent outRecipients)

Definition at line 71 of file SCR_EditableWaypointComponent.c.

◆ EOnEditorPlace()

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.

◆ GetAIGroup()

override SCR_EditableEntityComponent GetAIGroup ( )

Definition at line 91 of file SCR_EditableWaypointComponent.c.

◆ GetFaction()

override Faction GetFaction ( )

Definition at line 81 of file SCR_EditableWaypointComponent.c.

◆ GetPos()

override bool GetPos ( out vector  pos)

Definition at line 119 of file SCR_EditableWaypointComponent.c.

◆ GetPrevWaypoint()

SCR_EditableEntityComponent GetPrevWaypoint ( )

Get previous waypoint.

Returns
Waypoint or group (when there is no previous waypoint)

Definition at line 56 of file SCR_EditableWaypointComponent.c.

◆ GetWaypointIndex()

int GetWaypointIndex ( )

Get order index of the waypoint.

Returns
Index starting with 0

Definition at line 40 of file SCR_EditableWaypointComponent.c.

◆ IsCurrent()

bool IsCurrent ( )

Check if the waypoint is group's current waypoint.

Returns
True when current

Definition at line 48 of file SCR_EditableWaypointComponent.c.

◆ OnParentEntityChanged()

override void OnParentEntityChanged ( SCR_EditableEntityComponent  parentEntity,
SCR_EditableEntityComponent  parentEntityPrev,
bool  changedByUser 
)

Definition at line 97 of file SCR_EditableWaypointComponent.c.

◆ OnPreWaypointIdRpl()

protected void OnPreWaypointIdRpl ( )

Definition at line 65 of file SCR_EditableWaypointComponent.c.