MCPcopy Create free account
hub / github.com/BobbyAnguelov/Esoterica / LoadMap

Method LoadMap

Code/Engine/Entity/EntityWorld.cpp:427–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425 {
426 if ( pMap->GetMapResourceID() == mapResourceID )
427 {
428 return true;
429 }
430 }
431
432 return false;
433 }
434
435 bool EntityWorld::HasMap( EntityMapID const& mapID ) const
436 {
437 for ( auto const& pMap : m_maps )
438 {

Callers 2

InitializeMethod · 0.45
ExecuteToolOperationMethod · 0.45

Calls 6

GetStaticResourceTypeIDFunction · 0.85
IsValidMethod · 0.45
GetResourceTypeIDMethod · 0.45
emplace_backMethod · 0.45
LoadMethod · 0.45
GetIDMethod · 0.45

Tested by

no test coverage detected