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

Method initialize

ogsr_engine/xrGame/map_manager.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104CMapManager::~CMapManager() { delete_data(m_locations); }
105
106void CMapManager::initialize(u16 id)
107{
108 VERIFY(0);
109 m_locations->registry().init(id); // actor's id
110}
111CMapLocation* CMapManager::AddMapLocation(const shared_str& spot_type, u16 id)
112{
113 FindLocationBySpotID key(spot_type, id);

Callers 6

updateMethod · 0.45
net_SpawnMethod · 0.45
best_coverMethod · 0.45
updateMethod · 0.45
select_actionMethod · 0.45
ProcessScriptsMethod · 0.45

Calls 1

initMethod · 0.45

Tested by

no test coverage detected