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

Method GetEntityHandle

BG3Extender/GameDefinitions/EntitySystem.cpp:1662–1670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1660}
1661
1662EntityHandle EntitySystemHelpersBase::GetEntityHandle(FixedString const& guidString)
1663{
1664 auto guid = Guid::ParseGuidString(guidString.GetStringView());
1665 if (guid) {
1666 return GetEntityHandle(*guid);
1667 } else {
1668 return {};
1669 }
1670}
1671
1672EntityHandle EntitySystemHelpersBase::GetEntityHandle(Guid const& uuid)
1673{

Callers

nothing calls this directly

Calls 1

try_getMethod · 0.45

Tested by

no test coverage detected