mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
export var type reduce() implemented
This commit is contained in:
parent
495b28765d
commit
cd487201c6
2 changed files with 36 additions and 0 deletions
|
|
@ -613,6 +613,7 @@ private:
|
|||
Node *_parse_expression(Node *p_parent, bool p_static, bool p_allow_assign = false, bool p_parsing_constant = false);
|
||||
Node *_reduce_expression(Node *p_node, bool p_to_const = false);
|
||||
Node *_parse_and_reduce_expression(Node *p_parent, bool p_static, bool p_reduce_const = false, bool p_allow_assign = false);
|
||||
bool _reduce_export_var_type(Variant &p_value, int p_line = 0);
|
||||
|
||||
PatternNode *_parse_pattern(bool p_static);
|
||||
void _parse_pattern_block(BlockNode *p_block, Vector<PatternBranchNode *> &p_branches, bool p_static);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue