Expand description
§GDExtension API for Godot 4.6
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_
extension_ api_ 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.