|
Arma Reforger Script API
|
Public Member Functions | |
| void | SCR_SearchAndDestroyWaypoint (IEntitySource src, IEntity parent) |
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) |
| 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) |
Additional Inherited Members | |
Public Attributes inherited from SCR_TimedWaypoint | |
| ref SCR_AITimedWaypointParameters | m_TimedWaypointParameters |
Protected Attributes inherited from SCR_AIWaypoint | |
| ref array< ref SCR_AISettingBase > | m_aSettings |
| ref ScriptInvoker | m_OnWaypointPropertiesChanged |
| void SCR_SearchAndDestroyWaypoint.SCR_SearchAndDestroyWaypoint | ( | IEntitySource | src, |
| IEntity | parent ) |