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

Method At

source/lib/Scripts/src/Scripts.cpp:610–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608}
609
610ScriptVar ScriptVar::At(int64_t key) const
611{
612 return m_p->val_table.At(static_cast<double>(key));
613}
614ScriptVar ScriptVar::At(const String& key) const
615{
616 return m_p->val_table.At(key);

Callers 15

FORFunction · 0.80
mainFunction · 0.80
DecryptMethod · 0.80
DecryptStrMethod · 0.80
ReadVarMethod · 0.80
FORFunction · 0.80
GetKeyMethod · 0.80
GetValueMethod · 0.80
FORFunction · 0.80
IsEmptyMethod · 0.80
String8.cppFile · 0.80
TrimRightMethod · 0.80

Calls 8

lua_initFunction · 0.85
GetValueMethod · 0.80
IsDoubleMethod · 0.80
ScriptVarClass · 0.50
GetKeyMethod · 0.45
IsStringMethod · 0.45
ToStringMethod · 0.45
ToDoubleMethod · 0.45

Tested by 4

test_cpp14Function · 0.64
testFunction · 0.64
test_UFunction · 0.64
test_cpp14Function · 0.64