code/__DEFINES/_math.dm
TOBITSHIFT | Gets shift x that would be required the bitflag (1<<x) |
---|---|
IS_INT | Checks if a number is an integer, or a float |
Define Details
IS_INT
Checks if a number is an integer, or a float
TOBITSHIFT
Gets shift x that would be required the bitflag (1<<x)