Mostly Harmless

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

AllItems

Type: array<ArrayItem>

Modifiers: private


ReverseSort

Type: bool

Modifiers: protected


Structs

ArrayItem

Object item 
string tag 

Instance functions

Add

function Add (Object item, string tag)


CopyItemTo

function int CopyItemTo (ObjectArray arr, Object item)


CopyTo

function int CopyTo (ObjectArray arr, string Tag)


Count

function int Count ()


FindItemId

function int FindItemId (Object item)


FindTagId

function int FindTagId (string tag)


GetItem

function Object GetItem (int index)


GetTag

function string GetTag (int index)


InsertAt

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


IsBefore

function bool IsBefore (string test, string tag)


Remove

function bool Remove (int index)


Reset

function Reset ()


SetAt

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


SetSize

function SetSize (int NewSize)


SetSortOrder

singular function SetSortOrder (bool Order)


ToggleSort

singular function ToggleSort ()