MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / HasLinkedMapLocations

Method HasLinkedMapLocations

ogsr_engine/xrGame/GameTask.cpp:280–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280bool CGameTask::HasLinkedMapLocations()
281{
282 for (u32 i = 0; i < m_Objectives.size(); ++i)
283 if (m_Objectives[i].LinkedMapLocation() != NULL)
284 return true;
285
286 return false;
287}
288
289bool CGameTask::HasInProgressObjective()
290{

Callers 1

ItemHasDescriptionMethod · 0.80

Calls 2

LinkedMapLocationMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected