IntValue incorrect documentation on max value

The documentation for IntValue states that they can only store values up to 2^31 - 1 (2,137,483,647). However, they can actually store values up to 2^63 - 1 (9,223,372,036,854,775,807).

I thought about posting this in the Typos & Minor Edits Mega-thread, but it said not to post if: “Incorrect documentation, even if it’s a short description”

1 Like

This has been fixed! Through testing I could find that the actual value isn’t exactly that amount, but an approximation of 9.2 quintillion should be accurate enough for most use cases.

Thank you for making a separate thread instead of putting this in typos :slight_smile:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.