Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InoriRus/Kyty
/ ToInteger
Method
ToInteger
source/lib/Scripts/src/Scripts.cpp:571–574 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
569
570
#if KYTY_LUA_VER == KYTY_LUA_5_3
571
int64_t ScriptVar::ToInteger() const
572
{
573
return val_integer;
574
}
575
#else
576
int32_t ScriptVar::ToInteger() const
577
{
Callers
4
FOR
Function · 0.80
KYTY_SCRIPT_FUNC
Function · 0.80
KYTY_SCRIPT_FUNC
Function · 0.80
LoadInt
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected