|
Arma Reforger Script API
|
Public Member Functions | |
| void | AddAnimationScript (notnull SCR_AIAnimationScript animationScript, int animationIndex=-1) |
| bool | RemoveAnimationScript (SCR_AIAnimationScript animationScript) |
| override SCR_AIWaypointState | CreateWaypointState (SCR_AIGroupUtilityComponent groupUtilityComp) |
| ScriptInvokerBase< SCR_AIOnAnimationBehaviorAction > | GetOnAnimationBehaviorAction () |
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) |
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 | |
| ref array< ref SCR_AIAnimationScript > | m_aAnimationScripts |
Protected Attributes | |
| ref ScriptInvokerBase< SCR_AIOnAnimationBehaviorAction > | m_OnAnimationBehaviorAction |
Protected Attributes inherited from SCR_AIWaypoint | |
| ref array< ref SCR_AISettingBase > | m_aSettings |
| ref ScriptInvoker | m_OnWaypointPropertiesChanged |
| void SCR_AIAnimationWaypoint.AddAnimationScript | ( | notnull SCR_AIAnimationScript | animationScript, |
| int | animationIndex = -1 ) |
| override SCR_AIWaypointState SCR_AIAnimationWaypoint.CreateWaypointState | ( | SCR_AIGroupUtilityComponent | groupUtilityComp | ) |
Implements SCR_AIWaypoint.
| ScriptInvokerBase< SCR_AIOnAnimationBehaviorAction > SCR_AIAnimationWaypoint.GetOnAnimationBehaviorAction | ( | ) |
| bool SCR_AIAnimationWaypoint.RemoveAnimationScript | ( | SCR_AIAnimationScript | animationScript | ) |
| ref array<ref SCR_AIAnimationScript> SCR_AIAnimationWaypoint.m_aAnimationScripts |
|
protected |