You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Provide quick access to Object ancestry
This commit is contained in:
@@ -197,7 +197,9 @@ public:
|
||||
|
||||
virtual const Variant get_rpc_config() const = 0;
|
||||
|
||||
Script() {}
|
||||
Script() {
|
||||
_define_ancestry(AncestralClass::SCRIPT);
|
||||
}
|
||||
};
|
||||
|
||||
class ScriptLanguage : public Object {
|
||||
|
||||
Reference in New Issue
Block a user