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

Method GameStateWorkerWrapper

BG3Extender/Extender/Server/ScriptExtenderServer.cpp:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void ScriptExtender::GameStateWorkerWrapper(void (* wrapped)(void *), void* self)
184{
185 ContextGuard _(ContextType::Server);
186 wrapped(self);
187}
188
189void ScriptExtender::PreUpdate(void* self, GameTime* time)
190{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected