MCPcopy Create free account
hub / github.com/InoriRus/Kyty / GetKey

Method GetKey

source/lib/Scripts/src/Scripts.cpp:635–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633 return m_p->val_table.Count();
634}
635ScriptVar ScriptVar::GetKey(uint32_t index) const
636{
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);

Callers 4

ReadVarMethod · 0.45
AtMethod · 0.45
DbgPrintMethod · 0.45
KYTY_SCRIPT_FUNCFunction · 0.45

Calls 2

lua_initFunction · 0.85
AtMethod · 0.80

Tested by

no test coverage detected