godot/modules/gdscript/doc_classes
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
..
@GDScript.xml Add integer posmod and rename default arg names 2019-07-18 16:33:43 -04:00
GDScript.xml doc: Drop unused <demos> tag 2019-04-19 11:03:46 +02:00
GDScriptFunctionState.xml doc: Drop unused <demos> tag 2019-04-19 11:03:46 +02:00
GDScriptNativeClass.xml doc: Drop unused <demos> tag 2019-04-19 11:03:46 +02:00