MCPcopy 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}
639ScriptVar ScriptVar::GetValue(uint32_t index) const
640{
641 return m_p->val_table.GetValue(index);
642}
643
644void script_global_dbg_dump_var(const String& var_name)
645{

Callers 4

ReadVarMethod · 0.80
AtMethod · 0.80
DbgPrintMethod · 0.80
KYTY_SCRIPT_FUNCFunction · 0.80

Calls 2

lua_initFunction · 0.85
AtMethod · 0.80

Tested by

no test coverage detected