PackedStringArray

There is currently no description for this class. Please help us by contributing one!

Note

There are notable differences when using this API with C#. See C# Differences for more information.

Constructors

PackedStringArray

PackedStringArray ( )

PackedStringArray

PackedStringArray ( PackedStringArray from )

PackedStringArray

PackedStringArray ( Array from )

Methods

bool

append ( String value )

void

append_array ( PackedStringArray array )

int

bsearch ( String value, bool before=true )

void

clear ( )

int

count ( String value ) const

PackedStringArray

duplicate ( )

void

fill ( String value )

int

find ( String value, int from=0 ) const

bool

has ( String value ) const

int

insert ( int at_index, String value )

bool

is_empty ( ) const

bool

push_back ( String value )

void

remove_at ( int index )

int

resize ( int new_size )

void

reverse ( )

int

rfind ( String value, int from=-1 ) const

void

set ( int index, String value )

int

size ( ) const

PackedStringArray

slice ( int begin, int end=2147483647 ) const

void

sort ( )

PackedByteArray

to_byte_array ( ) const

Operators

bool

operator != ( PackedStringArray right )

PackedStringArray

operator + ( PackedStringArray right )

bool

operator == ( PackedStringArray right )

String

operator [] ( int index )


Constructor Descriptions

PackedStringArray PackedStringArray ( )

There is currently no description for this constructor. Please help us by contributing one!


PackedStringArray PackedStringArray ( PackedStringArray from )

There is currently no description for this constructor. Please help us by contributing one!


PackedStringArray PackedStringArray ( Array from )

There is currently no description for this constructor. Please help us by contributing one!


Method Descriptions

bool append ( String value )

There is currently no description for this method. Please help us by contributing one!


void append_array ( PackedStringArray array )

There is currently no description for this method. Please help us by contributing one!


int bsearch ( String value, bool before=true )

There is currently no description for this method. Please help us by contributing one!


void clear ( )

There is currently no description for this method. Please help us by contributing one!


int count ( String value ) const

There is currently no description for this method. Please help us by contributing one!


PackedStringArray duplicate ( )

There is currently no description for this method. Please help us by contributing one!


void fill ( String value )

There is currently no description for this method. Please help us by contributing one!


int find ( String value, int from=0 ) const

There is currently no description for this method. Please help us by contributing one!


bool has ( String value ) const

There is currently no description for this method. Please help us by contributing one!


int insert ( int at_index, String value )

There is currently no description for this method. Please help us by contributing one!


bool is_empty ( ) const

There is currently no description for this method. Please help us by contributing one!


bool push_back ( String value )

There is currently no description for this method. Please help us by contributing one!


void remove_at ( int index )

There is currently no description for this method. Please help us by contributing one!


int resize ( int new_size )

There is currently no description for this method. Please help us by contributing one!


void reverse ( )

There is currently no description for this method. Please help us by contributing one!


int rfind ( String value, int from=-1 ) const

There is currently no description for this method. Please help us by contributing one!


void set ( int index, String value )

There is currently no description for this method. Please help us by contributing one!


int size ( ) const

There is currently no description for this method. Please help us by contributing one!


PackedStringArray slice ( int begin, int end=2147483647 ) const

There is currently no description for this method. Please help us by contributing one!


void sort ( )

There is currently no description for this method. Please help us by contributing one!


PackedByteArray to_byte_array ( ) const

There is currently no description for this method. Please help us by contributing one!


Operator Descriptions

bool operator != ( PackedStringArray right )

There is currently no description for this operator. Please help us by contributing one!


PackedStringArray operator + ( PackedStringArray right )

There is currently no description for this operator. Please help us by contributing one!


bool operator == ( PackedStringArray right )

There is currently no description for this operator. Please help us by contributing one!


String operator [] ( int index )

There is currently no description for this operator. Please help us by contributing one!