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

type StringArray = TypedArray<GodotString>;

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