There is no spoon

UE2:StringArray (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> StringArray
Package: 
xWebAdmin
Direct subclass:
SortedStringArray
This class in other games:
UT2004

Class: XAdmin.StringArray Parent: Core.Object

<Enter a description here>

Properties[edit]

AllItems[edit]

Type: array<ArrayItem>

Modifiers: private


ReverseSort[edit]

Type: bool

Modifiers: protected


Structs[edit]

ArrayItem[edit]

string item 
string tag 

Instance functions[edit]

Add[edit]

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


CopyFrom[edit]

function int CopyFrom (StringArray arr, string Tag)


CopyFromId[edit]

function int CopyFromId (StringArray arr, int id)


Count[edit]

function int Count ()


FindItemId[edit]

function int FindItemId (string item, optional bool bLog)


FindTagId[edit]

function int FindTagId (string tag)


GetItem[edit]

function string GetItem (int index)


GetTag[edit]

function string GetTag (int index)


InsertAt[edit]

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


IsBefore[edit]

function bool IsBefore (string test, string tag)


MoveFrom[edit]

function int MoveFrom (StringArray arr, string Tag)


MoveFromId[edit]

function int MoveFromId (StringArray arr, int id)


Remove[edit]

function bool Remove (int index)


Reset[edit]

function Reset ()


SetAt[edit]

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


SetSize[edit]

function SetSize (int NewSize)


SetSortOrder[edit]

singular function SetSortOrder (bool Order)


ShiftStrict[edit]

function ShiftStrict (int id, out int Count)


ToggleSort[edit]

singular function ToggleSort ()