GDScript: Allow out of order member resolution
This commit is contained in:
parent
97df6de4a7
commit
2dfc6d5b69
30 changed files with 797 additions and 233 deletions
|
|
@ -65,6 +65,7 @@ public:
|
|||
bool is_valid() const;
|
||||
Status get_status() const;
|
||||
GDScriptParser *get_parser() const;
|
||||
GDScriptAnalyzer *get_analyzer();
|
||||
Error raise_status(Status p_new_status);
|
||||
void clear();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue