We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GDScript::subclass_count
1 parent 8d8041b commit c06063dCopy full SHA for c06063d
modules/gdscript/gdscript.h
@@ -175,7 +175,6 @@ class GDScript : public Script {
175
Error _static_init();
176
void _static_default_init(); // Initialize static variables with default values based on their types.
177
178
- int subclass_count = 0;
179
RBSet<Object *> instances;
180
bool destructing = false;
181
bool clearing = false;
0 commit comments