Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/scripting/gdscript/gdscript_styleguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ We suggest to organize GDScript code this way:
6. remaining virtual methods
15. overridden custom methods
16. remaining methods
17. subclasses
17. inner classes

And put the class methods and variables in the following order depending on their access modifiers:

Expand Down