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;
};