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

Method IsString

source/lib/Scripts/src/Scripts.cpp:561–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560#endif
561bool ScriptVar::IsString() const
562{
563 return m_p->is_string;
564}
565bool ScriptVar::IsUserdata() const
566{
567 return m_p->is_string;

Callers 1

AtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected