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

Public Member Functions

void GetSmartActionEntity (out IEntity smartActionEntity, out string smartActionTag)
 
void SetSmartActionEntity (IEntity entityWithSmartAction, string smartActionTag)
 
- 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)
 
SCR_AIWaypointState CreateWaypointState (SCR_AIGroupUtilityComponent groupUtilityComp)
 
void AddSetting (notnull SCR_AISettingBase s)
 Adds setting.
 
void GetSettings (notnull array< SCR_AISettingBase > outSettings)
 
void RemoveSetting (notnull SCR_AISettingBase s)
 
- Public Member Functions inherited from AIWaypoint
proto external float GetCompletionYPrecision ()
 
proto external void SetCompletionYPrecision (float fPrecision)
 
proto external float GetCompletionRadius ()
 
proto external void SetCompletionRadius (float r)
 
proto external EAIWaypointCompletionType GetCompletionType ()
 
proto external void SetCompletionType (EAIWaypointCompletionType newCompletionType)
 
proto external bool IsWithinCompletionRadius (AIGroup pAgent)
 Tests whether the group passes the test on being within the completion radius.
 

Public Attributes

string m_sStaticEntityName
 
string m_sSmartActionTag
 
IEntity m_SmartActionEntity
 

Additional Inherited Members

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

Member Function Documentation

◆ GetSmartActionEntity()

void SCR_SmartActionWaypoint.GetSmartActionEntity ( out IEntity smartActionEntity,
out string smartActionTag )

◆ SetSmartActionEntity()

void SCR_SmartActionWaypoint.SetSmartActionEntity ( IEntity entityWithSmartAction,
string smartActionTag )

Member Data Documentation

◆ m_SmartActionEntity

IEntity SCR_SmartActionWaypoint.m_SmartActionEntity

◆ m_sSmartActionTag

string SCR_SmartActionWaypoint.m_sSmartActionTag

◆ m_sStaticEntityName

string SCR_SmartActionWaypoint.m_sStaticEntityName

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