MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / CreateMainMap

Method CreateMainMap

engine/Poseidon/World/WorldImpl.cpp:300–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 }
299}
300void World::CreateMainMap()
301{
302 if (!_map)
303 {
304 _map = CreateMainMapUI();
305 }
306}
307
308void World::CreateWarningMessage(RString text)
309{

Callers 3

InitUIMethod · 0.80
InitMethod · 0.80
TriOpenMapFunction · 0.80

Calls 1

CreateMainMapUIFunction · 0.85

Tested by 1

TriOpenMapFunction · 0.64