MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / luaRoot

Method luaRoot

source/game/StarWorldClient.cpp:2283–2285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2281}
2282
2283LuaRootPtr WorldClient::luaRoot() {
2284 return m_luaRoot;
2285}
2286
2287RpcPromise<Vec2F> WorldClient::findUniqueEntity(String const& uniqueId) {
2288 if (!inWorld())

Callers 5

validateEdgeMethod · 0.45
initMethod · 0.45
displayedMethod · 0.45
displayedMethod · 0.45
ChatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected