Rename all gdnative occurences to gdextension
Non-exhaustive list of case-sensitive renames: GDExtension -> GDNative GDNATIVE -> GDEXTENSION gdextension -> gdnative ExtensionExtension ->Extension (for where there was GDNativeExtension) EXTENSION_EXTENSION ->EXTENSION (for where there was GDNATIVE_EXTENSION) gdnlib -> gdextension gdn_interface -> gde_interface gdni -> gde_interface
This commit is contained in:
parent
c241f1c523
commit
be1c9d677d
66 changed files with 2191 additions and 2192 deletions
2
misc/dist/linux/godot.6
vendored
2
misc/dist/linux/godot.6
vendored
|
|
@ -157,7 +157,7 @@ Disallow dumping the base types (used with \fB\-\-doctool\fR).
|
|||
Build the scripting solutions (e.g. for C# projects). Implies \-\-editor and requires a valid project to edit.
|
||||
.TP
|
||||
\fB\-\-dump\-gdextension\-interface\fR
|
||||
Generate GDExtension header file 'gdnative_interface.h' in the current folder. This file is the base file required to implement a GDExtension.
|
||||
Generate GDExtension header file 'gdextension_interface.h' in the current folder. This file is the base file required to implement a GDExtension.
|
||||
.TP
|
||||
\fB\-\-dump\-extension\-api\fR
|
||||
Generate JSON dump of the Godot API for GDExtension bindings named 'extension_api.json' in the current folder.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue