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 ef7dad0 commit bd77af8Copy full SHA for bd77af8
tutorials/scripting/gdextension/gdextension_cpp_example.rst
@@ -412,7 +412,7 @@ GDScript allows you to add properties to your script using the ``export``
412
keyword. In GDExtension you have to register the properties with a getter and
413
setter function or directly implement the ``_get_property_list``, ``_get`` and
414
``_set`` methods of an object (but that goes far beyond the scope of this
415
-tutorial.
+tutorial).
416
417
Lets add a property that allows us to control the amplitude of our wave.
418
0 commit comments