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

type StringArray = TypedArray<GodotString>;

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