Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I updated the document with regards to min and max values of an int.

It's an unsigned 32 bit integer internally.

-2,147,483,648  <= value <= 2,147,483,647

(+1)

That's signed, otherwise it couldn't be negative.

Doh!