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

Method IsNil

source/lib/Scripts/src/Scripts.cpp:534–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532 return m_p->is_table;
533}
534bool ScriptVar::IsNil() const
535{
536 return m_p->is_nil;
537}
538bool ScriptVar::IsFunction() const
539{
540 return m_p->is_function;

Callers 6

RegisterFuncFunction · 0.80
ReadVarMethod · 0.80
LoadIntFunction · 0.80
LoadBoolFunction · 0.80
LoadEnumFunction · 0.80
LoadStrFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected