diff options
Diffstat (limited to 'test/src/example.cpp')
| -rw-r--r-- | test/src/example.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/example.cpp b/test/src/example.cpp index 78d7062..c445268 100644 --- a/test/src/example.cpp +++ b/test/src/example.cpp @@ -239,6 +239,7 @@ void Example::_bind_methods() { GDVIRTUAL_BIND(_do_something_virtual, "name", "value"); ClassDB::bind_method(D_METHOD("test_virtual_implemented_in_script"), &Example::test_virtual_implemented_in_script); + GDVIRTUAL_BIND(_do_something_virtual_with_control, "control"); ClassDB::bind_method(D_METHOD("test_use_engine_singleton"), &Example::test_use_engine_singleton); |
