Type Definition gdnative::prelude::Int32Array[][src]

type Int32Array = TypedArray<i32>;

A reference-counted vector of i32 that uses Godot's pool allocator.