1
0
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:
reduz
2020-10-09 18:41:53 -03:00
parent 7c4d1e9c65
commit 351a122029
10 changed files with 339 additions and 10 deletions

View File

@@ -92,6 +92,8 @@ public:
StringName call;
StringName call_deferred;
StringName bind;
StringName unbind;
StringName emit;
StringName notification;
};