You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add ability to bind an unbind arguments to Callable.
This commit is contained in:
@@ -92,6 +92,8 @@ public:
|
||||
|
||||
StringName call;
|
||||
StringName call_deferred;
|
||||
StringName bind;
|
||||
StringName unbind;
|
||||
StringName emit;
|
||||
StringName notification;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user