File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tutorials/scripting/gdextension Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ loaded for each platform and the entry function for the module. It is called ``g
417
417
}
418
418
419
419
This file contains a ``configuration `` section that controls the entry function of the module.
420
- You should also set the minimum compatible Godot version with ``compatability_minimum ``,
420
+ You should also set the minimum compatible Godot version with ``compatibility_minimum ``,
421
421
which prevents older version of Godot from trying to load your extension.
422
422
The ``reloadable `` flag enables automatic reloading of your extension by the editor every time you recompile it,
423
423
without needing to restart the editor. This only works if you compile your extension in debug mode (default).
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ GDExtension documentation system
7
7
8
8
Adding documentation for GDExtensions is only possible for Godot 4.3 and later. The support can be integrated into your project
9
9
regardless because the snippet will check if you use the appropriate godot-cpp version.
10
- If you set the ``compatability_minimum `` to 4.2 and you load a project with the extension through a 4.2 editor, the
10
+ If you set the ``compatibility_minimum `` to 4.2 and you load a project with the extension through a 4.2 editor, the
11
11
documentation page for that class will be empty. The extension itself will still work.
12
12
13
13
The GDExtension documentation system works in a similar manner to the built-in engine documentation. It uses a series of
You can’t perform that action at this time.
0 commit comments