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

Method GetType

BG3Extender/GameDefinitions/EntitySystem.cpp:708–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706}
707
708std::optional<ExtComponentType> ECSComponentLog::GetType() const
709{
710 return GetCurrentExtensionState()->GetLua()->GetEntitySystemHelpers()->GetComponentType(ComponentType);
711}
712
713void ECSChangeLog::Clear()
714{

Callers

nothing calls this directly

Calls 4

GetCurrentExtensionStateFunction · 0.85
GetComponentTypeMethod · 0.80
GetLuaMethod · 0.45

Tested by

no test coverage detected