mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
GDExtension: Prevent breaking compatibility for unexposed classes that can only be created once
This commit is contained in:
@@ -330,6 +330,9 @@ struct ObjectGDExtension {
|
||||
bool is_runtime = false;
|
||||
bool is_placeholder = false;
|
||||
#endif
|
||||
#ifndef DISABLE_DEPRECATED
|
||||
bool legacy_unexposed_class = false;
|
||||
#endif // DISABLE_DEPRECATED
|
||||
GDExtensionClassSet set;
|
||||
GDExtensionClassGet get;
|
||||
GDExtensionClassGetPropertyList get_property_list;
|
||||
|
||||
Reference in New Issue
Block a user