Files
godot/core/math
Aaron Franke a60f242982 Add integer posmod and rename default arg names
"posmod" is the integer version of "fposmod". We do not need a "mod" because of the % operator.

I changed the default arg names from "x" and "y" to "a" and "b" because they are not coordinates. I also changed pow's arg names to "base" and "exp". Also, I reorganized the code in the VS built-in funcs switch statement.
2019-07-18 16:33:43 -04:00
..
2019-01-01 12:58:10 +01:00
2019-01-01 12:58:10 +01:00
2019-07-10 11:54:12 +02:00
2019-01-01 12:58:10 +01:00
2019-04-25 13:20:29 -04:00
2019-04-25 13:20:29 -04:00
2019-01-01 12:58:10 +01:00