Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
AISmartActionSystem.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
13 {
14  proto external int FindSmartActions(out notnull array<AISmartActionComponent> outSmartActions, vector pos, float fRange, array<string> aTags, EAIFindSmartAction_TagTest eTagTest);
15  proto external void UpdateSmartAction(notnull AISmartActionComponent smartAction);
16 }
17 
EAIFindSmartAction_TagTest
EAIFindSmartAction_TagTest
Definition: EAIFindSmartAction_TagTest.c:12
AISmartActionSystem
Definition: AISmartActionSystem.c:12
GameSystem
Definition: GameSystem.c:12
AISmartActionComponent
void AISmartActionComponent(IEntityComponentSource src, IEntity ent, IEntity parent)
Definition: AISmartActionComponent.c:19