You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
GDScript: Adjust type of temporaries when needed
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user