![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| ScriptInvoker_AIWorldControlModeChanged | GetOnControlModeChanged () |
| void | RegisterDbgCategory () |
| override void | EOnInit (IEntity owner) |
| override void | OnDebugAgentTeleport (AIAgent agent) |
| override void | OnDebugCameraTeleport (vector pos) |
| override void | AddedAIAgent (AIAgent agent) |
| override void | RemovingAIAgent (AIAgent agent) |
| GetGoalMessageOfType (EMessageType_Goal eventType) | |
| GetInfoMessageOfType (EMessageType_Info eventType) | |
| GetOrderMessageOfType (EOrderType_Character eventType) | |
| void | RequestNavmeshRebuildAreas (notnull array< ref Tuple2< vector, vector > > areas, notnull array< bool > redoRoads) |
| void | RequestNavmeshRebuildEntity (IEntity entity) |
| void | GetNavmeshRebuildAreas (IEntity entity, out notnull array< ref Tuple2< vector, vector > > outAreas, out notnull array< bool > redoRoads) |
| vector | GetAreaCenter (vector min, vector max) |
| bool | HasVehicleNavlink (IEntity entity) |
Protected Attributes | |
| ref ScriptInvoker_AIWorldControlModeChanged | m_OnControlModeChanged = new ScriptInvoker_AIWorldControlModeChanged() |
Definition at line 23 of file SCR_AIWorld.c.
|
inlineprotected |
Definition at line 196 of file SCR_AIWorld.c.
|
inlineprotected |
Definition at line 75 of file SCR_AIWorld.c.
Definition at line 311 of file SCR_AIWorld.c.
|
inlineprotected |
Definition at line 208 of file SCR_AIWorld.c.
|
inlineprotected |
Definition at line 213 of file SCR_AIWorld.c.
|
inlineprotected |
Get navmesh regeneration areas based on entity and its children.
| [out] | areas | Array of areas in format (min bounds, max bounds). Not cleared, will expand on existing areas. |
Definition at line 261 of file SCR_AIWorld.c.
|
inlineprotected |
Get event called every time any group changes its control mode. Called from SCR_AIGroupInfoComponent.
Definition at line 54 of file SCR_AIWorld.c.
|
inlineprotected |
Definition at line 218 of file SCR_AIWorld.c.
Definition at line 315 of file SCR_AIWorld.c.
|
inlineprotected |
Definition at line 153 of file SCR_AIWorld.c.
|
inlineprotected |
Definition at line 176 of file SCR_AIWorld.c.
|
inlineprotected |
Definition at line 59 of file SCR_AIWorld.c.
|
inlineprotected |
Definition at line 202 of file SCR_AIWorld.c.
|
inlineprotected |
Regenerate navmesh in given areas.
| areas | Array of areas in format (min bounds, max bounds) |
Definition at line 227 of file SCR_AIWorld.c.
|
inlineprotected |
Regenerate navmesh around entity and its child entities.
| entity | Affected entity |
Definition at line 250 of file SCR_AIWorld.c.
|
protected |
Definition at line 43 of file SCR_AIWorld.c.