mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-20 13:31:43 +02:00
[GDScript/en] Add missing line (#4268)
* [GDScript/en] Add GDScript * Added missing comment about Dictionary * Fixed mismatched types * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * [GDScript/en] Add missing line Co-authored-by: Andre Polykanine <ap@oire.me>
This commit is contained in:
@@ -281,6 +281,7 @@ func _on_death():
|
|||||||
## Type hints
|
## Type hints
|
||||||
|
|
||||||
GDScript can optionally use static typing.
|
GDScript can optionally use static typing.
|
||||||
|
|
||||||
```nim
|
```nim
|
||||||
extends Node
|
extends Node
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user