Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InoriRus/Kyty
/ IsDouble
Method
IsDouble
source/lib/Scripts/src/Scripts.cpp:546–549 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
544
return m_p->is_c_function;
545
}
546
bool ScriptVar::IsDouble() const
547
{
548
return m_p->is_double;
549
}
550
#if KYTY_LUA_VER == KYTY_LUA_5_3
551
bool ScriptVar::IsInteger() const
552
{
Callers
1
At
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected