Type Definition gdnative::prelude::StringArray

source ·
pub type StringArray = PoolArray<GodotString>;
👎Deprecated: Specialized pool array aliases will be removed in a future godot-rust version. Use PoolArray<T> instead.
Expand description

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

See PoolStringArray in Godot.