GDScript: Adjust type of temporaries when needed
This commit is contained in:
parent
40502a1689
commit
9411bf05a4
6 changed files with 286 additions and 8 deletions
|
|
@ -413,6 +413,7 @@ public:
|
|||
#endif
|
||||
virtual void set_initial_line(int p_line) override;
|
||||
|
||||
virtual void write_type_adjust(const Address &p_target, Variant::Type p_new_type) override;
|
||||
virtual void write_unary_operator(const Address &p_target, Variant::Operator p_operator, const Address &p_left_operand) override;
|
||||
virtual void write_binary_operator(const Address &p_target, Variant::Operator p_operator, const Address &p_left_operand, const Address &p_right_operand) override;
|
||||
virtual void write_type_test(const Address &p_target, const Address &p_source, const Address &p_type) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue