Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InoriRus/Kyty
/ GetValue
Method
GetValue
source/lib/Scripts/src/Scripts.cpp:639–642 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
637
return m_p->val_table.GetKey(index);
638
}
639
ScriptVar ScriptVar::GetValue(uint32_t index) const
640
{
641
return m_p->val_table.GetValue(index);
642
}
643
644
void script_global_dbg_dump_var(const String& var_name)
645
{
Callers
4
ReadVar
Method · 0.80
At
Method · 0.80
DbgPrint
Method · 0.80
KYTY_SCRIPT_FUNC
Function · 0.80
Calls
2
lua_init
Function · 0.85
At
Method · 0.80
Tested by
no test coverage detected