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

Method GetEntityWorld

BG3Extender/GameDefinitions/EntitySystem.cpp:1787–1790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1785
1786
1787EntityWorld* ServerEntitySystemHelpers::GetEntityWorld() const
1788{
1789 return GetStaticSymbols().GetServerEntityWorld();
1790}
1791
1792ExtensionStateBase* ServerEntitySystemHelpers::GetExtensionState() const
1793{

Callers 2

DebugPrintMethod · 0.45

Calls 2

GetServerEntityWorldMethod · 0.80
GetClientEntityWorldMethod · 0.80

Tested by

no test coverage detected