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

Method GetLua

BG3Extender/Extender/Client/ExtensionStateClient.cpp:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26lua::State * ExtensionState::GetLua()
27{
28 if (Lua) {
29 return Lua.get();
30 } else {
31 return nullptr;
32 }
33}
34
35ModManager* ExtensionState::GetModManager()
36{

Callers 5

DumpLuaBacktraceMethod · 0.45
LuaVirtualPinClass · 0.45
operator ->Method · 0.45
ResetLuaStateMethod · 0.45
ResetLuaStateMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected