![]() |
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 | SCR_AIGroupUtilityComponent |
Typedefs | |
| typedef func | ScriptInvoker_GroupMoveFailed_Callback |
| typedef ScriptInvokerBase< ScriptInvoker_GroupMoveFailed_Callback > | ScriptInvoker_GroupMoveFailed |
Enumerations | |
| enum | EAIGroupCombatMode |
Functions | |
| void | ScriptInvoker_GroupMoveFailed_Callback (int moveResult, IEntity vehicleUsed, bool isWaypointRelated, vector moveLocation) |
| enum EAIGroupCombatMode | ComponentEditorProps (category:"GameScripted/AI", description:"Component for utility AI system for groups") |
Variables | |
| FIRE_AT_WILL = 0 | |
| HOLD_FIRE | |
| RETURN_FIRE | |
| typedef ScriptInvokerBase<ScriptInvoker_GroupMoveFailed_Callback> ScriptInvoker_GroupMoveFailed |
Definition at line 3 of file SCR_AIGroupUtilityComponent.c.
Definition at line 2 of file SCR_AIGroupUtilityComponent.c.
| enum EAIGroupCombatMode |
Definition at line 5 of file SCR_AIGroupUtilityComponent.c.
| enum EAIGroupCombatMode ComponentEditorProps | ( | category:"GameScripted/AI" | , |
| description:"Component for utility AI system for groups" | ) |
Definition at line 3 of file SCR_AIGroupUtilityComponent.c.
| void ScriptInvoker_GroupMoveFailed_Callback | ( | int | moveResult, |
| IEntity | vehicleUsed, | ||
| bool | isWaypointRelated, | ||
| vector | moveLocation ) |
| FIRE_AT_WILL = 0 |
Definition at line 13 of file SCR_AIGroupUtilityComponent.c.
| HOLD_FIRE |
Definition at line 14 of file SCR_AIGroupUtilityComponent.c.
| RETURN_FIRE |
Definition at line 15 of file SCR_AIGroupUtilityComponent.c.