ArrayList.PushString Method

Pushes a string onto the end of an array, truncating it if it is too big.

int PushString(const char[] value)

Parameters

const char[] value

String to push.

Return Value

Index of the new entry.