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

Method GetName

BG3Extender/GameDefinitions/EntitySystem.cpp:702–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700
701
702StringView ECSComponentLog::GetName() const
703{
704 auto name = GetCurrentExtensionState()->GetLua()->GetEntitySystemHelpers()->GetComponentName(ComponentType);
705 return name ? *name : StringView{};
706}
707
708std::optional<ExtComponentType> ECSComponentLog::GetType() const
709{

Callers

nothing calls this directly

Calls 4

GetCurrentExtensionStateFunction · 0.85
GetComponentNameMethod · 0.80
GetLuaMethod · 0.45

Tested by

no test coverage detected