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

Method GetLuaDebugger

BG3Extender/Extender/ScriptExtender.h:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 inline lua::dbg::Debugger* GetLuaDebugger()
75 {
76 return luaDebugger_.get();
77 }
78
79 inline lua::dbg::DebugMessageHandler* GetLuaDebugMessageHandler()
80 {

Callers 10

PrintMethod · 0.80
PreUpdateMethod · 0.80
OnUpdateGuardedMethod · 0.80
LuaPanicFunction · 0.80
~ServerStateMethod · 0.80
InitializeMethod · 0.80
LuaHookFunction · 0.80
~ClientStateMethod · 0.80
InitializeMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected