![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | AIGroupMovementComponentClass |
Functions | |
| proto external void | SetGroupCharactersWantedMovementType (EMovementType movementWanted) |
| proto external EMovementType | GetGroupCharactersMovementTypeWanted () |
| proto external int | GetAgentMoveHandlerId (notnull AIAgent agent) |
| proto external int | CreateGroupMoveHandler (string formationType) |
| proto external int | GetMoveHandlerAgentCount (int handlerId=0) |
| proto external void | MoveAgentToHandler (notnull AIAgent agent, int originalHandlerId, int newHandlerId) |
| proto external void | SetMoveHandlerLeader (notnull AIAgent agent, int originalHandlerId, int newHandlerId) |
| proto external void | RemoveGroupMoveHandler (int handlerId) |
| proto external void | ClearGroupMoveHandlers () |
| proto external bool | SetFormationDefinition (int handlerId, string formation) |
| proto external AIFormationDefinition | GetFormationDefinition (int handlerId) |
| proto external void | SetFormationDisplacement (int iValue, int handlerId=0) |
| proto external int | GetFormationDisplacement (int handlerId=0) |
| proto AIAgent | GetHandlerLeaderAgent (int handlerId=0) |
| proto int | GetAgentsInHandler (notnull out array< AIAgent > outAgents, int handlerId=0) |
| proto external bool | IsFormationDisplaced (int handlerId=0) |
| event void | OnMoveHandlerAdded (int handlerId) |
| event void | OnMoveHandlerRemoved (int handlerId) |
Variables | |
| AIGroupMovementComponentClass | DEFAULT_HANDLER_ID = 0 |