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