Arma Reforger Script API
|
Public Member Functions | |
proto external int | FindSmartActions (out notnull array< AISmartActionComponent > outSmartActions, vector pos, float fRange, array< string > aTags, EAIFindSmartAction_TagTest eTagTest) |
proto external void | UpdateSmartAction (notnull AISmartActionComponent smartAction) |
Public Member Functions inherited from GameSystem | |
bool | ShouldBePaused () |
Is this system should be paused while the simulation is paused? | |
bool | ShouldBeEnabledInEditMode () |
Is this system should be enabled inside the editor. | |
proto external int AISmartActionSystem.FindSmartActions | ( | out notnull array< AISmartActionComponent > | outSmartActions, |
vector | pos, | ||
float | fRange, | ||
array< string > | aTags, | ||
EAIFindSmartAction_TagTest | eTagTest | ||
) |
proto external void AISmartActionSystem.UpdateSmartAction | ( | notnull AISmartActionComponent | smartAction | ) |