MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / zeroUnused

Function zeroUnused

src/OpenLoco/src/Entities/EntityManager.cpp:415–425  ·  view source on GitHub ↗

0x0046FED5

Source from the content-addressed store, hash-verified

413
414 // 0x0046FED5
415 void zeroUnused()
416 {
417 for (auto* ent : EntityList<EntityListIterator<EntityBase>, EntityListType::null>())
418 {
419 zeroEntity(ent);
420 }
421 for (auto* ent : EntityList<EntityListIterator<EntityBase>, EntityListType::nullMoney>())
422 {
423 zeroEntity(ent);
424 }
425 }
426}

Callers

nothing calls this directly

Calls 1

zeroEntityFunction · 0.85

Tested by

no test coverage detected