MCPcopy Create free account
hub / github.com/KikoPlayProject/KikoPlay / getValue

Method getValue

Extension/Script/scriptbase.cpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242QVariant ScriptBase::getValue(lua_State *L, bool useString)
243{
244 return Extension::getValue(L, useString);
245}
246
247int ScriptBase::getTableLength(lua_State *L, int pos)
248{

Callers 4

refreshMethod · 0.45
refreshScriptsMethod · 0.45
deleteScriptMethod · 0.45
allScriptsMethod · 0.45

Calls 1

getValueFunction · 0.85

Tested by

no test coverage detected