Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setLuaRoot
Method
setLuaRoot
source/game/scripting/StarLuaComponents.cpp:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void LuaBaseComponent::setLuaRoot(LuaRootPtr luaRoot) {
67
m_luaRoot = std::move(luaRoot);
68
}
69
70
LuaRootPtr const& LuaBaseComponent::luaRoot() {
71
return m_luaRoot;
Callers
13
startLuaScripts
Method · 0.80
runStatScript
Method · 0.80
startLuaScripts
Method · 0.80
CommandProcessor
Method · 0.80
applyAugment
Method · 0.80
ageItem
Method · 0.80
ScriptableThread
Method · 0.80
displayed
Method · 0.80
initMainMenu
Method · 0.80
BindingsMenu
Method · 0.80
VoiceSettingsMenu
Method · 0.80
displayed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected