Implement support for typed arrays.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user