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

Go to the source code of this file.

Enumerations

enum  SCR_EQRFGroupOrderType : SCR_EQRFGroupType
 Extension to allow for comparing orders with type of a group to which it should apply with option to allow for order to be defined for all group types. More...
 

Functions

enum SCR_EQRFGroupOrderType SCR_EQRFGroupType Attribute (desc:"Waypoint prefab", "{93291E72AC23930F}Prefabs/AI/Waypoints/AIWaypoint_Defend.et", category:"Waypoints")
 
SCR_EQRFGroupOrderType GetOrderType ()
 
int GetDistanceOffsetToTargetLocation ()
 
vector GetPosition ()
 
void SCR_QRFWaypointConfig (ResourceName wpPrefab, SCR_EQRFGroupOrderType groupType=SCR_EQRFGroupOrderType.ANY, int distanceOffset=0, vector wpPosition=vector.Zero)
 

Variables

 ANY = 1 << 16
 

Enumeration Type Documentation

◆ SCR_EQRFGroupOrderType

Extension to allow for comparing orders with type of a group to which it should apply with option to allow for order to be defined for all group types.

Definition at line 2 of file SCR_QRFWaypointConfig.c.

Function Documentation

◆ Attribute()

enum SCR_EQRFGroupOrderType SCR_EQRFGroupType Attribute ( desc:"Waypoint prefab"  ,
"{93291E72AC23930F}Prefabs/AI/Waypoints/AIWaypoint_Defend.et ,
category:"Waypoints"   
)

Definition at line 9 of file SCR_QRFWaypointConfig.c.

◆ GetDistanceOffsetToTargetLocation()

int GetDistanceOffsetToTargetLocation ( )

Definition at line 33 of file SCR_QRFWaypointConfig.c.

◆ GetOrderType()

SCR_EQRFGroupOrderType GetOrderType ( )

Definition at line 27 of file SCR_QRFWaypointConfig.c.

◆ GetPosition()

vector GetPosition ( )

Definition at line 39 of file SCR_QRFWaypointConfig.c.

◆ SCR_QRFWaypointConfig()

void SCR_QRFWaypointConfig ( ResourceName  wpPrefab,
SCR_EQRFGroupOrderType  groupType = SCR_EQRFGroupOrderType.ANY,
int  distanceOffset = 0,
vector  wpPosition = vector.Zero 
)
Parameters
[in]wpPrefabwaypoint prefab that will be spawned
[in]groupTypeinformation for which group type this waypoint is meant to be used
[in]distanceOffsetinformation of how far this waypoint should be positioned from the QRF target location
[in]wpPositionoptional storage for position for this waypoint

Definition at line 50 of file SCR_QRFWaypointConfig.c.

Variable Documentation

◆ ANY

@ ANY = 1 << 16

Definition at line 2 of file SCR_QRFWaypointConfig.c.