gdscript-api 0.1.0

The Godot engine model (classes, methods, signals, enums, …) generated from extension_api.json.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// @generated by `cargo xtask codegen-api` -- DO NOT EDIT.
// Source: vendor/godot/4.5-stable/extension_api.json
//
// The full engine model lives in the `rkyv` blob `engine_api.bin`; these are just
// fast compile-time constants for sanity checks and display.

/// The Godot version this engine-API artifact was generated from.
pub const GODOT_VERSION: &str = "4.5.0-stable";

/// Number of engine classes in the source `extension_api.json`.
pub const CLASS_COUNT: usize = 971;

/// Number of built-in (Variant) types in the source `extension_api.json`.
pub const BUILTIN_CLASS_COUNT: usize = 38;