We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19702bb commit 48ec6e4Copy full SHA for 48ec6e4
docs/api/access.md
@@ -60,7 +60,7 @@ extends Node2D
60
@export var category:PandoraCategory
61
62
func _ready() -> void:
63
- var entities:Array<PandoraEntity> = Pandora.get_all_entities(category)
+ var entities:Array[PandoraEntity] = Pandora.get_all_entities(category)
64
```
65
66
This allows you to tailor certain nodes towards specific categories directly in the editor.
0 commit comments