Login
From:
Godot Engine documentation
(Uncensored)
subscribe
int — Godot Engine (stable) documentation in English
https://docs.godotengine.org/en/stable/classes/class_int.html
links
backlinks
Roast topics
Find topics
Find it!
A built-in type for integers. Description: Signed 64-bit integer type. This means that it can take values from-2^63 to 2^63 - 1, i.e. from-9223372036854775808 to 9223372036854775807. When it exceed...