Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AIActivityFeatureBase.c
Go to the documentation of this file.
2{
3 //-------------------------------------------------------------------------------------
4 protected bool IsAgentAvailable(SCR_ChimeraAIAgent agent)
5 {
6 SCR_AIInfoComponent infoComp = agent.m_InfoComponent;
7
8 return agent && infoComp.GetAIState() == EUnitAIState.AVAILABLE &&
9 !infoComp.HasUnitState(EUnitState.IN_TURRET) && !infoComp.HasUnitState(EUnitState.IN_VEHICLE) &&
10 !infoComp.HasUnitState(EUnitState.UNCONSCIOUS);
11 }
12}
bool IsAgentAvailable(SCR_ChimeraAIAgent agent)
bool HasUnitState(EUnitState state)