MCPcopy Create free account
hub / github.com/Norbyte/bg3se / Clear

Method Clear

BG3Extender/GameDefinitions/EntitySystem.cpp:504–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504void ECSComponentDataMap::Clear()
505{
506 componentData_.clear();
507 replicationData_.clear();
508}
509
510ComponentOps* ComponentOpsRegistry::Get(ComponentTypeIndex id) const
511{

Callers 1

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected