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

Method ECSComponentDataMap

BG3Extender/GameDefinitions/EntitySystem.cpp:459–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459ECSComponentDataMap::ECSComponentDataMap()
460{
461 nullComponentData_.Name = new STDString();
462}
463
464PerECSComponentData const& ECSComponentDataMap::Get(ComponentTypeIndex type) const
465{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected