mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
Fix gdscript_exports @export_node_path example by adding quotes around class names to pass strings
This commit is contained in:
@@ -224,7 +224,7 @@ annotation:
|
||||
|
||||
::
|
||||
|
||||
@export_node_path(Button, TouchScreenButton) var some_button
|
||||
@export_node_path("Button", "TouchScreenButton") var some_button
|
||||
|
||||
Resources
|
||||
---------
|
||||
|
||||
Reference in New Issue
Block a user