Skip to main content

gdscript_api/
generated.rs

1// @generated by `cargo xtask codegen-api` -- DO NOT EDIT.
2// Source: vendor/godot/4.5-stable/extension_api.json
3//
4// The full engine model lives in the `rkyv` blob `engine_api.bin`; these are just
5// fast compile-time constants for sanity checks and display.
6
7/// The Godot version this engine-API artifact was generated from.
8pub const GODOT_VERSION: &str = "4.5.0-stable";
9
10/// Number of engine classes in the source `extension_api.json`.
11pub const CLASS_COUNT: usize = 971;
12
13/// Number of built-in (Variant) types in the source `extension_api.json`.
14pub const BUILTIN_CLASS_COUNT: usize = 38;