15 Commits

Author SHA1 Message Date
Kirito
56f8125aa3 Update class_name in Static typing in GDScript to follow style guide (#6821) 2023-02-26 01:03:51 +01:00
davidvereb
a3f07af295 Further explanation of `continue`. (#6642)
* Further explanation of ``continue``.

I find this remark quite useful for beginner programmers unused to loops.

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-01-24 01:28:19 +01:00
Spencer Kotys
51b9979a69 Improved documentation for GDScript in keyword (#5883)
* Improve 'in' operator description

* Apply syntax suggestions from code review

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
(cherry picked from commit 22f820a036)
2022-09-09 15:03:35 +02:00
Simon Larsen
20f826b178 Add section about default values under GDScript exports 2022-08-07 17:19:10 +02:00
Haoyu Qiu
2fba5667b2 Document zero padding and left alignment in format string (#5790) 2022-05-01 19:08:41 +02:00
Dan-Gamin
3213cf7e88 Better explain advanced exports, script categories and groups (#5622)
* Make better explanation of advanced exports

Make better explanation of advanced GDScript exports because It was hard for me the first time I tried to do it it.

* Apply suggestions from code review

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2022-04-07 18:53:17 +02:00
Hugo Locurcio
6a3e6acde3 Clarify that Pool*Arrays are passed by value in Advanced GDScript
This also adds an explanation of "pass by value" and "pass by reference".
2022-03-28 16:28:54 +02:00
Harmony Honey
0a1bef0dd0 Add missing onready for NodePath usage in GDScript exports (#5694) 2022-03-17 02:44:27 +01:00
Victor Karp
eb0e81795e Add missing closing quotation marks in GDScript format strings (#5583) 2022-02-05 21:23:24 +01:00
Haoyu Qiu
4e8197220e Fix description of adding class icon in 3.4 2022-01-26 09:41:42 +08:00
Nathan Lovato
8efde7f69f address all reference errors after backporting changes to 3.4 branch 2021-11-25 18:29:49 -06:00
Nathan Lovato
6ea7a7ca91 Add note about line skips in the style guide 2021-11-24 10:34:05 -06:00
Nathan Lovato
85b8565cef Edit the scripting section
Misc grammar fixes, improvements to phrasing, and more.

Co-authored-by: balloonpopper <5151242+balloonpopper@users.noreply.github.com>
2021-11-24 10:33:27 -06:00
Nathan Lovato
5a21563707 Merge class_name docs from scripting_continued.rst into gdscript docs 2021-11-24 10:33:18 -06:00
Nathan Lovato
6d8fbe38ea Move scripting section to tutorials/
Closes #4113
2021-11-24 10:25:06 -06:00