![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| 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) |
| void | GetSettings (notnull array< SCR_AISettingBase > outSettings) |
| void | RemoveSetting (notnull SCR_AISettingBase s) |
Protected Attributes | |
| ref array< ref SCR_AISettingBase > | m_aSettings |
| ref ScriptInvoker | m_OnWaypointPropertiesChanged |
Definition at line 5 of file SCR_AIWaypoint.c.
|
inlineprotected |
Definition at line 16 of file SCR_AIWaypoint.c.
|
inlineprotected |
Adds setting. It is applied only while group has this waypoint as current one. Settings must be added to waypoint before waypoint is added to the group. Settings added to waypoint while it is current for some group, will not be added to that group.
Definition at line 71 of file SCR_AIWaypoint.c.
|
inlineprotected |
Definition at line 58 of file SCR_AIWaypoint.c.
|
inlineprotected |
Definition at line 41 of file SCR_AIWaypoint.c.
|
inlineprotected |
Definition at line 23 of file SCR_AIWaypoint.c.
|
inlineprotected |
Definition at line 81 of file SCR_AIWaypoint.c.
Definition at line 35 of file SCR_AIWaypoint.c.
|
inlineprotected |
Definition at line 49 of file SCR_AIWaypoint.c.
|
inlineprotected |
Definition at line 90 of file SCR_AIWaypoint.c.
|
inlineprotected |
Definition at line 29 of file SCR_AIWaypoint.c.
|
protected |
Definition at line 11 of file SCR_AIWaypoint.c.
|
protected |
Definition at line 13 of file SCR_AIWaypoint.c.