Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
593
String ScriptVar::ToString() const
594
{
595
return m_p->val_string;
596
}
597
void* ScriptVar::ToUserdata() const
598
{
599
return m_p->val_userdata;
Callers
6
LoadString
Function · 0.45
Run
Function · 0.45
ReadVar
Method · 0.45
At
Method · 0.45
KYTY_STATIC_SCRIPT_FUNC
Function · 0.45
KYTY_SCRIPT_FUNC
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected