You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
GDScript: Allow void functions to return calls to other void functions
This commit is contained in:
@@ -970,6 +970,7 @@ public:
|
||||
|
||||
struct ReturnNode : public Node {
|
||||
ExpressionNode *return_value = nullptr;
|
||||
bool void_return = false;
|
||||
|
||||
ReturnNode() {
|
||||
type = RETURN;
|
||||
|
||||
Reference in New Issue
Block a user