Type Definition gdnative_core::core_types::string_array::StringArray[][src]

type StringArray = TypedArray<GodotString>;

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

Trait Implementations

impl Export for StringArray[src]

type Hint = ()

A type-specific hint type that is valid for the type being exported.