Facepunch / garrysmod-requests

Feature requests for Garry's Mod
86 stars 24 forks source link

Native Integer Type #2206

Open Denneisk opened 1 year ago

Denneisk commented 1 year ago

Add a 64-bit integer type, which would act very similarly to a Lua number and ideally cooperate with them well.

This would simplify a lot of jank involved with how 64-bit integers are currently handled, and give users a better option for handling 64-bit integers than trying to work around Lua's limitations.