The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:ObjectArray (UT2003)

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

Class: xWebAdmin.ObjectArray 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]

Object item 
string tag 

Instance functions[edit]

Add[edit]

function Add (Object item, string tag)


CopyItemTo[edit]

function int CopyItemTo (ObjectArray arr, Object item)


CopyTo[edit]

function int CopyTo (ObjectArray arr, string Tag)


Count[edit]

function int Count ()


FindItemId[edit]

function int FindItemId (Object item)


FindTagId[edit]

function int FindTagId (string tag)


GetItem[edit]

function Object GetItem (int index)


GetTag[edit]

function string GetTag (int index)


InsertAt[edit]

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


IsBefore[edit]

function bool IsBefore (string test, string tag)


Remove[edit]

function bool Remove (int index)


Reset[edit]

function Reset ()


SetAt[edit]

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


SetSize[edit]

function SetSize (int NewSize)


SetSortOrder[edit]

singular function SetSortOrder (bool Order)


ToggleSort[edit]

singular function ToggleSort ()