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

Method GetReportedDown

engine/Poseidon/AI/AIGroupImplHealth.cpp:1685–1689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1683}
1684
1685bool AIGroup::GetReportedDown(AIUnit* unit)
1686{
1687 AI_ERROR(unit->GetGroup() == this);
1688 return _reportedDown[unit->ID() - 1];
1689}
1690
1691void AIGroup::SetReportedDown(AIUnit* unit, bool state)
1692{

Callers 1

DrawGroupInfoMethod · 0.80

Calls 2

GetGroupMethod · 0.45
IDMethod · 0.45

Tested by

no test coverage detected