MCPcopy 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
66void LuaBaseComponent::setLuaRoot(LuaRootPtr luaRoot) {
67 m_luaRoot = std::move(luaRoot);
68}
69
70LuaRootPtr const& LuaBaseComponent::luaRoot() {
71 return m_luaRoot;

Callers 13

startLuaScriptsMethod · 0.80
runStatScriptMethod · 0.80
startLuaScriptsMethod · 0.80
CommandProcessorMethod · 0.80
applyAugmentMethod · 0.80
ageItemMethod · 0.80
ScriptableThreadMethod · 0.80
displayedMethod · 0.80
initMainMenuMethod · 0.80
BindingsMenuMethod · 0.80
VoiceSettingsMenuMethod · 0.80
displayedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected