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

Method ActiveObjective

ogsr_engine/xrGame/GametaskManager.cpp:352–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352SGameTaskObjective* CGameTaskManager::ActiveObjective()
353{
354 CGameTask* t = ActiveTask();
355
356 return (t) ? &t->Objective(g_active_task_objective_id) : NULL;
357}
358
359void CGameTaskManager::cleanup()
360{

Callers 4

ActiveObjective_scriptFunction · 0.80
IR_OnKeyboardPressMethod · 0.80
UpdateMethod · 0.80
OnDbClickMethod · 0.80

Calls 1

ObjectiveMethod · 0.80

Tested by

no test coverage detected