mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 11:01:17 +00:00
Merge pull request #30289 from bojidar-bg/29586-class-name-constant
Fix inheriting from class_name messing up constants
This commit is contained in:
commit
e81ddf1242
2 changed files with 15 additions and 10 deletions
|
|
@ -599,7 +599,7 @@ private:
|
|||
void _parse_class(ClassNode *p_class);
|
||||
bool _end_statement();
|
||||
|
||||
void _determine_inheritance(ClassNode *p_class);
|
||||
void _determine_inheritance(ClassNode *p_class, bool p_recursive = true);
|
||||
bool _parse_type(DataType &r_type, bool p_can_be_void = false);
|
||||
DataType _resolve_type(const DataType &p_source, int p_line);
|
||||
DataType _type_from_variant(const Variant &p_value) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue