Arma Reforger Script API
|
Public Member Functions | |
string | GetEntityName () |
void | SetEntityName (string entityName) |
void | SetEntity (IEntity entity) |
IEntity | GetEntity () |
![]() | |
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 Attributes | |
ref SCR_AIEntityWaypointParameters | m_EntityWaypointParameters |
Additional Inherited Members | |
![]() | |
ref array< ref SCR_AISettingBase > | m_aSettings |
ref ScriptInvoker | m_OnWaypointPropertiesChanged |
IEntity SCR_EntityWaypoint.GetEntity | ( | ) |
string SCR_EntityWaypoint.GetEntityName | ( | ) |
void SCR_EntityWaypoint.SetEntity | ( | IEntity | entity | ) |
void SCR_EntityWaypoint.SetEntityName | ( | string | entityName | ) |
ref SCR_AIEntityWaypointParameters SCR_EntityWaypoint.m_EntityWaypointParameters |