class_stringarray - dragonsoulz/godot GitHub Wiki
StringArray
####Category: Built-In Types
Brief Description
String Array .
Member Functions
- String get ( int idx )
- void push_back ( String string )
- void resize ( int idx )
- void set ( int idx, String string )
- int size ( )
- void StringArray ( Array from )
Description
String Array. Array of strings. Can only contain strings. Optimized for memory usage, cant fragment the memory.