MCPcopy 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
571int64_t ScriptVar::ToInteger() const
572{
573 return val_integer;
574}
575#else
576int32_t ScriptVar::ToInteger() const
577{

Callers 4

FORFunction · 0.80
KYTY_SCRIPT_FUNCFunction · 0.80
KYTY_SCRIPT_FUNCFunction · 0.80
LoadIntFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected