mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Update the @export_custom example in gdscript_exports.rst
Co-authored-by: tetrapod <145553014+tetrapod00@users.noreply.github.com>
This commit is contained in:
@@ -475,7 +475,7 @@ For example, this exposes the ``altitude`` property with no range limits but a
|
||||
|
||||
::
|
||||
|
||||
@export_custom(PROPERTY_HINT_NONE, "suffix:m") var altitude: Vector3
|
||||
@export_custom(PROPERTY_HINT_NONE, "suffix:m") var altitude: float
|
||||
|
||||
The above is normally not feasible with the standard ``@export_range`` syntax,
|
||||
since it requires defining a range.
|
||||
|
||||
Reference in New Issue
Block a user