Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 | |
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.
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.
int GetDistanceOffsetToTargetLocation | ( | ) |
Definition at line 33 of file SCR_QRFWaypointConfig.c.
SCR_EQRFGroupOrderType GetOrderType | ( | ) |
Definition at line 27 of file SCR_QRFWaypointConfig.c.
vector GetPosition | ( | ) |
Definition at line 39 of file SCR_QRFWaypointConfig.c.
void SCR_QRFWaypointConfig | ( | ResourceName | wpPrefab, |
SCR_EQRFGroupOrderType | groupType = SCR_EQRFGroupOrderType.ANY , |
||
int | distanceOffset = 0 , |
||
vector | wpPosition = vector.Zero |
||
) |
[in] | wpPrefab | waypoint prefab that will be spawned |
[in] | groupType | information for which group type this waypoint is meant to be used |
[in] | distanceOffset | information of how far this waypoint should be positioned from the QRF target location |
[in] | wpPosition | optional storage for position for this waypoint |
Definition at line 50 of file SCR_QRFWaypointConfig.c.
@ ANY = 1 << 16 |
Definition at line 2 of file SCR_QRFWaypointConfig.c.