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

Method IsCFunction

source/lib/Scripts/src/Scripts.cpp:542–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540 return m_p->is_function;
541}
542bool ScriptVar::IsCFunction() const
543{
544 return m_p->is_c_function;
545}
546bool ScriptVar::IsDouble() const
547{
548 return m_p->is_double;

Callers 1

UnregisterFuncFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected