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

Method ExtensionStateBase

BG3Extender/Extender/Shared/ExtensionState.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 ExtensionStateBase::ExtensionStateBase(bool isServer)
35 : server_(isServer),
36 userVariables_(isServer, isServer ? (ecs::EntitySystemHelpersBase &)gExtender->GetServer().GetEntityHelpers() : gExtender->GetClient().GetEntityHelpers()),
37 modVariables_(isServer)
38 {}
39
40 ExtensionStateBase::~ExtensionStateBase()
41 {}

Callers

nothing calls this directly

Calls 2

GetServerMethod · 0.80
GetClientMethod · 0.80

Tested by

no test coverage detected