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

type StringArray = TypedArray<GodotString>;

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