| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung |
| godot:gdscript [2025/10/15 07:20] – [📁 Speicherorte] silversurfer | godot:gdscript [2025/10/20 21:59] (aktuell) – [Links] 185.38.49.0 |
|---|
| ====== GDScript ====== | ====== GDScript ====== |
| ===== Links ===== | ===== Links ===== |
| | * [[https://gdscript.com/|gdscript.com]] |
| * [[https://docs.godotengine.org/de/4.5/tutorials/scripting/gdscript/gdscript_basics.html#|GDScript-Referenz in der Online-Doku]] | * [[https://docs.godotengine.org/de/4.5/tutorials/scripting/gdscript/gdscript_basics.html#|GDScript-Referenz in der Online-Doku]] |
| * [[https://docs.godotengine.org/de/4.5/tutorials/scripting/gdscript/gdscript_styleguide.html#gdscript-style-guide|GDScript Style Guide]] | * [[https://docs.godotengine.org/de/4.5/tutorials/scripting/gdscript/gdscript_styleguide.html#gdscript-style-guide|GDScript Style Guide]] |
| * [[https://gdquest.github.io/learn-gdscript/?ref=godot-docs|Learn GDScript from zero]] | * [[https://gdquest.github.io/learn-gdscript/?ref=godot-docs|Learn GDScript from zero]] |
| ===== Programmier-Grundlagen ===== | * [[https://kidscancode.org/godot_recipes/4.x/|Godot Recipes]] |
| {{youtube>I-k-iTUMQAY?}} | |
| [[https://www.youtube.com/playlist?list=PL_pqkvxZ6ho0nVXxQCdND2cbWSVAX2nhs|Youtube Playlist: GDSCript Crashkurs]] | |
| ===== GDScript Grundlagen ===== | ===== GDScript Grundlagen ===== |
| {{youtube>K5-5j4H4Ypo?}} | {{youtube>K5-5j4H4Ypo?}} |
| | |
| | ===== Programmier-Grundlagen ===== |
| | {{youtube>I-k-iTUMQAY?}} |
| | [[https://www.youtube.com/playlist?list=PL_pqkvxZ6ho0nVXxQCdND2cbWSVAX2nhs|Youtube Playlist: GDSCript Crashkurs]]\\ |
| | |
| | ---- |
| | |
| ===== Cheat Sheet ===== | ===== Cheat Sheet ===== |
| * [[gdscript:CheatSheet|Cheat Sheet]] | * [[gdscript:CheatSheet|Cheat Sheet]] |
| | |
| ===== EditorScripts ===== | ===== EditorScripts ===== |
| {{youtube>MX2I3376ubE?}} | {{youtube>MX2I3376ubE?}} |
| [[https://docs.godotengine.org/en/4.5/classes/class_editorscript.html#editorscript|Online-Doku]] | [[https://docs.godotengine.org/en/4.5/classes/class_editorscript.html#editorscript|Online-Doku]] |
| | |
| ===== Script Templates ===== | ===== Script Templates ===== |
| ==== 🛠️ Zwei Arten von Script-Templates ==== | ==== 🛠️ Zwei Arten von Script-Templates ==== |
| * template_name: Beliebiger Name für dein Template | * template_name: Beliebiger Name für dein Template |
| * extension: gd für GDScript, cs für C# | * extension: gd für GDScript, cs für C# |
| | {{:godot:screenshot_2025-10-14_104119.png?400|}} |
| <WRAP important>Wichtig: Der Ordnername für den Node-Typ ist case-sensitive!</WRAP> | <WRAP important>Wichtig: Der Ordnername für den Node-Typ ist case-sensitive!</WRAP> |
| | |
| | ===== StyleGuide ===== |
| | * [[https://docs.godotengine.org/de/4.5/tutorials/scripting/gdscript/gdscript_styleguide.html#code-order|Code-Reihenfolge]] |
| | * [[https://docs.godotengine.org/de/4.5/tutorials/scripting/gdscript/gdscript_styleguide.html#naming-conventions|NamensKonventionen]] |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |