Expand description
§GDExtension API for Godot 4.2
Enums§
- Target
Platform - Target platform for which the GDExtension interface is generated.
Constants§
- GODOT_
VERSION_ STRING - Version of the Godot engine that the API JSON and C header mirror.
Functions§
- get_
package_ property - Dynamically fetch a property of this crate.
- load_
gdextension_ header_ h - Returns the contents of the header file
gdextension_interface.h. - load_
gdextension_ header_ rs Deprecated - Returns the contents of the header file
gdextension_interface.rs, generated for the corresponding platform. - load_
gdextension_ header_ rs_ for_ platform - Returns the contents of the header file
gdextension_interface.rs, generated for the corresponding platform. - load_
gdextension_ json - Returns the contents of the JSON API file
extension_api.json.
Type Aliases§
- CowStr
- Abstracts from borrow/owned and allows to change implementation without affecting API.