Implement support for typed arrays.

This commit is contained in:
bruvzg
2022-09-15 10:33:07 +03:00
parent 8670305589
commit c001d0e5c7
7 changed files with 2396 additions and 1541 deletions

View File

@@ -88,6 +88,8 @@ public:
int def_args(int p_a = 100, int p_b = 200);
Array test_array() const;
void test_tarray_arg(const TypedArray<int64_t> &p_array);
TypedArray<Vector2> test_tarray() const;
Dictionary test_dictionary() const;
// Property.