UE2:StringArray (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to navigation Jump to search
UT2003 Object >> StringArray
Package: 
xWebAdmin

Class: XAdmin.StringArray Parent: Core.Object

<Enter a description here>

Properties

AllItems

Type: array<ArrayItem>

Modifiers: private


ReverseSort

Type: bool

Modifiers: protected


Structs

ArrayItem

string item 
string tag 

Instance functions

Add

function int Add (string item, string tag, optional bool bUnique)


CopyFrom

function int CopyFrom (StringArray arr, string Tag)


CopyFromId

function int CopyFromId (StringArray arr, int id)


Count

function int Count ()


FindItemId

function int FindItemId (string item, optional bool bLog)


FindTagId

function int FindTagId (string tag)


GetItem

function string GetItem (int index)


GetTag

function string GetTag (int index)


InsertAt

protected function int InsertAt (int pos, string item, string tag)


IsBefore

function bool IsBefore (string test, string tag)


MoveFrom

function int MoveFrom (StringArray arr, string Tag)


MoveFromId

function int MoveFromId (StringArray arr, int id)


Remove

function bool Remove (int index)


Reset

function Reset ()


SetAt

protected function int SetAt (int pos, string item, string tag)


SetSize

function SetSize (int NewSize)


SetSortOrder

singular function SetSortOrder (bool Order)


ShiftStrict

function ShiftStrict (int id, out int Count)


ToggleSort

singular function ToggleSort ()