mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Fix missing code blocks in GDScript exports (#5998)
This commit is contained in:
committed by
GitHub
parent
2355f533b3
commit
3dd5afca78
@@ -66,6 +66,8 @@ the following to list them:
|
|||||||
|
|
||||||
Integers and strings hint enumerated values.
|
Integers and strings hint enumerated values.
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
# Editor will enumerate as 0, 1 and 2.
|
# Editor will enumerate as 0, 1 and 2.
|
||||||
@export_enum("Warrior", "Magician", "Thief") var character_class
|
@export_enum("Warrior", "Magician", "Thief") var character_class
|
||||||
|
|
||||||
@@ -213,6 +215,8 @@ Opening the inspector dropdown may result in an
|
|||||||
extremely long list of possible classes to create, however.
|
extremely long list of possible classes to create, however.
|
||||||
Therefore, if you specify an extension of Resource such as:
|
Therefore, if you specify an extension of Resource such as:
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
@export var resource: AnimationNode
|
@export var resource: AnimationNode
|
||||||
|
|
||||||
The drop-down menu will be limited to AnimationNode and all
|
The drop-down menu will be limited to AnimationNode and all
|
||||||
|
|||||||
Reference in New Issue
Block a user