1
0
Fork 0
godot/modules/gdscript
Kaligule a2c81a7455 Add a reference to pow to the description of exp.
This might be especially usefull since godot script doesn't support ** or ^ as operators, so beginners might search for the exponential function, when what they really need is the pow function.

This is exactly what happened to me and since I couldn't find helpfull information in the documentation I had to look it up online, where I found the answer on a helpfull [reddit thread](https://www.reddit.com/r/godot/comments/3mvwz0/how_do_i_do_exponents_in_godot/).

@akien-mga told me how to reference methods here:
godotengine#30909
2019-07-29 18:17:52 +02:00
..
doc_classes Add a reference to pow to the description of exp. 2019-07-29 18:17:52 +02:00
editor Use base `Color()` constructors instead of `Color::html()` 2019-07-08 21:17:10 +02:00
icons Add support for creating editor icons per module 2019-06-28 23:42:26 +03:00
SCsub
config.py doc: Improve docs for Resource* classes 2019-06-18 20:07:26 +02:00
gdscript.cpp Remove unnecessary code and add some error explanations 2019-07-01 12:59:42 +02:00
gdscript.h Parse more informations for code completion 2019-07-04 14:00:14 +08:00
gdscript_compiler.cpp Remove unnecessary code and add some error explanations 2019-07-01 12:59:42 +02:00
gdscript_compiler.h
gdscript_editor.cpp Merge pull request #30576 from qarmin/lgtm_coverage 2019-07-20 12:00:13 +02:00
gdscript_function.cpp Fix stack underflows when yielding twice 2019-07-17 23:48:49 +03:00
gdscript_function.h
gdscript_functions.cpp Added lerp_angles built-in function 2019-07-20 12:59:41 +03:00
gdscript_functions.h Added lerp_angles built-in function 2019-07-20 12:59:41 +03:00
gdscript_parser.cpp Merge pull request #30576 from qarmin/lgtm_coverage 2019-07-20 12:00:13 +02:00
gdscript_parser.h Merge pull request #30289 from bojidar-bg/29586-class-name-constant 2019-07-03 21:25:20 +02:00
gdscript_tokenizer.cpp Disallow using of both tabs and spaces for indentation in the same file 2019-07-26 21:24:34 +03:00
gdscript_tokenizer.h Disallow using of both tabs and spaces for indentation in the same file 2019-07-26 21:24:34 +03:00
register_types.cpp
register_types.h