Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
242
QVariant ScriptBase::getValue(lua_State *L, bool useString)
243
{
244
return Extension::getValue(L, useString);
245
}
246
247
int ScriptBase::getTableLength(lua_State *L, int pos)
248
{
Callers
4
refresh
Method · 0.45
refreshScripts
Method · 0.45
deleteScript
Method · 0.45
allScripts
Method · 0.45
Calls
1
getValue
Function · 0.85
Tested by
no test coverage detected