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

Method ToString

source/lib/Scripts/src/Scripts.cpp:593–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591 return m_p->val_bool;
592}
593String ScriptVar::ToString() const
594{
595 return m_p->val_string;
596}
597void* ScriptVar::ToUserdata() const
598{
599 return m_p->val_userdata;

Callers 6

LoadStringFunction · 0.45
RunFunction · 0.45
ReadVarMethod · 0.45
AtMethod · 0.45
KYTY_STATIC_SCRIPT_FUNCFunction · 0.45
KYTY_SCRIPT_FUNCFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected