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

Method LinkedMapLocation

ogsr_engine/xrGame/GameTask.cpp:305–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303{}
304
305CMapLocation* SGameTaskObjective::LinkedMapLocation()
306{
307 if (map_location.size() == 0)
308 return NULL;
309 return Level().MapManager().GetMapLocation(map_location, object_id);
310}
311
312void SGameTaskObjective::SetTaskState(ETaskState new_state)
313{

Callers 6

HasLinkedMapLocationsMethod · 0.80
SetTaskStateMethod · 0.80
UpdateTasksMethod · 0.80
SetActiveTaskMethod · 0.80
ShowDescriptionMethod · 0.80
ItemHasDescriptionMethod · 0.80

Calls 2

GetMapLocationMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected