godot:gdscript

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
godot:gdscript [2025/10/16 14:37] silversurfergodot:gdscript [2025/10/20 21:59] (aktuell) – [Links] 185.38.49.0
Zeile 1: Zeile 1:
 ====== 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]]
 +  * [[https://kidscancode.org/godot_recipes/4.x/|Godot Recipes]]
  
-===== 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]] 
-===== Programmier-Grundlagen ===== 
-{{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 ====
Zeile 44: Zeile 49:
 {{:godot:screenshot_2025-10-14_104119.png?400|}} {{: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]]
 +
 +
 +
 +
 +
 +
 +
 +
  • godot/gdscript.1760618261.txt.gz
  • Zuletzt geändert: 2025/10/16 14:37
  • von silversurfer