diff options
| author | Bastiaan Olij <mux213@gmail.com> | 2021-11-18 14:05:14 +1100 |
|---|---|---|
| committer | Bastiaan Olij <mux213@gmail.com> | 2021-11-23 19:44:53 +1100 |
| commit | b008810c0121e0a365a41615c48b40934aae9a29 (patch) | |
| tree | 4784c992ba7e0dd538e1959293b5f239576810b9 /test/src/example.h | |
| parent | 5cacce7a26b6b31600c063344f1fb52aef2382ef (diff) | |
| download | redot-cpp-b008810c0121e0a365a41615c48b40934aae9a29.tar.gz | |
Implementing dictionary operators
Diffstat (limited to 'test/src/example.h')
| -rw-r--r-- | test/src/example.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/example.h b/test/src/example.h index 79bcdd9..214b076 100644 --- a/test/src/example.h +++ b/test/src/example.h @@ -88,7 +88,9 @@ public: Ref<ExampleRef> extended_ref_checks(Ref<ExampleRef> p_ref) const; Variant varargs_func(const Variant **args, GDNativeInt arg_count, GDNativeCallError &error); void emit_custom_signal(const String &name, int value); + Array test_array() const; + Dictionary test_dictionary() const; // Property. void set_custom_position(const Vector2 &pos); |
