Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_SuppressWaypoint Interface Reference
Inheritance diagram for SCR_SuppressWaypoint:
SCR_TimedWaypoint SCR_AIWaypoint

Public Member Functions

float GetSuppressionHeight ()
 
void SetSuppressionHeight (float height)
 
override SCR_AIWaypointState CreateWaypointState (SCR_AIGroupUtilityComponent groupUtilityComp)
 
- Public Member Functions inherited from SCR_TimedWaypoint
float GetHoldingTime ()
 
void SetHoldingTime (float holdingTime)
 
- Public Member Functions inherited from SCR_AIWaypoint
void SCR_AIWaypoint (IEntitySource src, IEntity parent)
 
float GetPriorityLevel ()
 
void SetPriorityLevel (float priority)
 
bool IsWithinCompletionRadius (vector pos)
 
ScriptInvoker GetOnWaypointPropertiesChanged ()
 
override void OnTransformResetImpl (TransformResetParams params)
 
void AddSetting (notnull SCR_AISettingBase s)
 Adds setting.
 
void GetSettings (notnull array< SCR_AISettingBase > outSettings)
 
void RemoveSetting (notnull SCR_AISettingBase s)
 

Protected Attributes

float m_fSuppressionHeight
 
- Protected Attributes inherited from SCR_AIWaypoint
ref array< ref SCR_AISettingBasem_aSettings
 
ref ScriptInvoker m_OnWaypointPropertiesChanged
 

Additional Inherited Members

- Public Attributes inherited from SCR_TimedWaypoint
ref SCR_AITimedWaypointParameters m_TimedWaypointParameters
 

Member Function Documentation

◆ CreateWaypointState()

override SCR_AIWaypointState SCR_SuppressWaypoint.CreateWaypointState ( SCR_AIGroupUtilityComponent groupUtilityComp)

Implements SCR_AIWaypoint.

◆ GetSuppressionHeight()

float SCR_SuppressWaypoint.GetSuppressionHeight ( )

◆ SetSuppressionHeight()

void SCR_SuppressWaypoint.SetSuppressionHeight ( float height)
Parameters
[in]heightof suppression volume above waypoint center

Member Data Documentation

◆ m_fSuppressionHeight

float SCR_SuppressWaypoint.m_fSuppressionHeight
protected

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