Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AIDecoIsGroupInitializing.c
Go to the documentation of this file.
2{
3 //------------------------------------------------------------
4 override bool TestFunction(AIAgent owner)
5 {
6 SCR_AIGroup group = SCR_AIGroup.Cast(owner);
7
8 return group && group.IsInitializing();
9 }
10
11 //------------------------------------------------------------
12 static override string GetOnHoverDescription() { return "Tests SCR_AIGroup.IsInitializing"; }
13}
override string GetOnHoverDescription()
bool IsInitializing()
Returns true if group is in initialization state, for instance while still spawning its members.