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

Method OnUpdate

BG3Extender/Extender/Client/ScriptExtenderClient.cpp:297–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297void ScriptExtender::OnUpdate(void* self, GameTime* time)
298{
299 BEGIN_GUARDED()
300 // In case we're loaded too late to see LoadModule transition
301 BindToThreadPersistent();
302 OnUpdateGuarded(self, time);
303 END_GUARDED()
304}
305
306void ScriptExtender::OnUpdateGuarded(void* self, GameTime* time)
307{

Callers 1

OnUpdateGuardedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected