MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetGroup

Method GetGroup

engine/Poseidon/AI/AIUnitImpl.cpp:113–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113AIGroup* AIUnit::GetGroup() const
114{
115 if (!_subgroup)
116 {
117 return nullptr;
118 }
119 return _subgroup->GetGroup();
120}
121
122void AIUnit::RemoveFromSubgroup()
123{

Callers 6

JoinSubgroupsFunction · 0.45
SendAnswerMethod · 0.45
HowMuchInterestingFunction · 0.45
SelectInterestingTargetFunction · 0.45
AllowGetInMethod · 0.45
AssertValidMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected