|
Arma Reforger Script API
|
Public Member Functions | |
| string | GetEntityName () |
| void | SetEntityName (string entityName) |
| void | SetEntity (IEntity entity) |
| IEntity | GetEntity () |
Public Member Functions inherited from SCR_BoardingWaypoint | |
| SCR_AIBoardingParameters | GetAllowance () |
| void | SetAllowance (bool driverAllowed, bool gunnerAllowed, bool cargoAllowed) |
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 Attributes | |
| ref SCR_AIEntityWaypointParameters | m_EntityWaypointParameters |
Public Attributes inherited from SCR_BoardingWaypoint | |
| ref SCR_AIBoardingWaypointParameters | m_BoardingParameters |
Additional Inherited Members | |
Protected Attributes inherited from SCR_AIWaypoint | |
| ref array< ref SCR_AISettingBase > | m_aSettings |
| ref ScriptInvoker | m_OnWaypointPropertiesChanged |
| IEntity SCR_BoardingEntityWaypoint.GetEntity | ( | ) |
| string SCR_BoardingEntityWaypoint.GetEntityName | ( | ) |
| void SCR_BoardingEntityWaypoint.SetEntity | ( | IEntity | entity | ) |
| void SCR_BoardingEntityWaypoint.SetEntityName | ( | string | entityName | ) |
| ref SCR_AIEntityWaypointParameters SCR_BoardingEntityWaypoint.m_EntityWaypointParameters |