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

Function ActiveObjective_script

ogsr_engine/xrGame/GameTask_script.cpp:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10CGameTask* ActiveTask_script() { return Actor()->GameTaskManager().ActiveTask(); };
11SGameTaskObjective* ActiveObjective_script() { return Actor()->GameTaskManager().ActiveObjective(); };
12
13void CGameTask::script_register(lua_State* L)
14{

Callers

nothing calls this directly

Calls 2

ActorFunction · 0.85
ActiveObjectiveMethod · 0.80

Tested by

no test coverage detected