Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_QRFWaypointConfig Interface Reference
Inheritance diagram for SCR_QRFWaypointConfig:
[legend]

Public Member Functions

ResourceName GetWaypointPrefabName ()
 
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)
 

Protected Attributes

ResourceName m_sWPToSpawn
 
SCR_EQRFGroupOrderType m_eGroupType
 
int m_iDistanceOffsetToTargetLocation
 
vector m_vPosition
 

Constructor & Destructor Documentation

◆ SCR_QRFWaypointConfig()

void SCR_QRFWaypointConfig.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

Member Function Documentation

◆ GetDistanceOffsetToTargetLocation()

int SCR_QRFWaypointConfig.GetDistanceOffsetToTargetLocation ( )

◆ GetOrderType()

SCR_EQRFGroupOrderType SCR_QRFWaypointConfig.GetOrderType ( )

◆ GetPosition()

vector SCR_QRFWaypointConfig.GetPosition ( )

◆ GetWaypointPrefabName()

ResourceName SCR_QRFWaypointConfig.GetWaypointPrefabName ( )

Member Data Documentation

◆ m_eGroupType

SCR_EQRFGroupOrderType SCR_QRFWaypointConfig.m_eGroupType
protected

◆ m_iDistanceOffsetToTargetLocation

int SCR_QRFWaypointConfig.m_iDistanceOffsetToTargetLocation
protected

◆ m_sWPToSpawn

ResourceName SCR_QRFWaypointConfig.m_sWPToSpawn
protected

◆ m_vPosition

vector SCR_QRFWaypointConfig.m_vPosition
protected

The documentation for this interface was generated from the following file: