Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
lua::State * ExtensionState::GetLua()
27
{
28
if (Lua) {
29
return Lua.get();
30
} else {
31
return nullptr;
32
}
33
}
34
35
ModManager* ExtensionState::GetModManager()
36
{
Callers
5
DumpLuaBacktrace
Method · 0.45
LuaVirtualPin
Class · 0.45
operator ->
Method · 0.45
ResetLuaState
Method · 0.45
ResetLuaState
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected