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

Method EntitySystemHelpersBase

BG3Extender/GameDefinitions/EntitySystem.cpp:749–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747#endif
748
749EntitySystemHelpersBase::EntitySystemHelpersBase()
750 : staticDataIndices_{ resource::UndefinedStaticDataType },
751 systemIndices_{ UndefinedSystem }
752{}
753
754std::optional<ComponentTypeIndex> EntitySystemHelpersBase::GetComponentIndex(ExtComponentType type) const
755{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected