Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
AIGroup* AIUnit::GetGroup() const
114
{
115
if (!_subgroup)
116
{
117
return nullptr;
118
}
119
return _subgroup->GetGroup();
120
}
121
122
void AIUnit::RemoveFromSubgroup()
123
{
Callers
6
JoinSubgroups
Function · 0.45
SendAnswer
Method · 0.45
HowMuchInteresting
Function · 0.45
SelectInterestingTarget
Function · 0.45
AllowGetIn
Method · 0.45
AssertValid
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected