Add CallableCustom that devs can use in their GDExtensions

This commit is contained in:
David Snopek
2023-10-21 18:32:45 -05:00
parent 2dfe7929de
commit d33bd47219
12 changed files with 335 additions and 53 deletions

View File

@@ -143,6 +143,7 @@ public:
Callable test_callable_mp_retc() const;
Callable test_callable_mp_static() const;
Callable test_callable_mp_static_ret() const;
Callable test_custom_callable() const;
void unbound_method1(Object *p_object, String p_string, int p_int);
String unbound_method2(Object *p_object, String p_string, int p_int);