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

Method getPath

source/core/StarLua.hpp:1830–1832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1828
1829template <typename T>
1830T LuaContext::getPath(String path) const {
1831 return engine().luaTo<T>(engine().contextGetPath(handleIndex(), std::move(path)));
1832}
1833
1834template <typename T>
1835void LuaContext::setPath(String key, T value) {

Callers 13

restartLuaMethod · 0.45
autoAddToCustomBarMethod · 0.45
addClientMethod · 0.45
updatedMethod · 0.45
makeRootCallbacksMethod · 0.45
invokeMethod · 0.45
changeStateMethod · 0.45
updateRunningMethod · 0.45
CraftingPaneMethod · 0.45
ActionBarMethod · 0.45
updateMethod · 0.45
renderMessagesMethod · 0.45

Calls 1

contextGetPathMethod · 0.80

Tested by 1

TESTFunction · 0.36