I'm a doctor, not a mechanic

UE2:ObjectArray (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2003 Object >> ObjectArray

Contents

Package: 
xWebAdmin
Direct subclass:
SortedObjectArray
This class in other games:
UT2004

Class: xWebAdmin.ObjectArray Parent: Core.Object

<Enter a description here>

[edit] Properties

[edit] AllItems

Type: array<ArrayItem>

Modifiers: private


[edit] ReverseSort

Type: bool

Modifiers: protected


[edit] Structs

[edit] ArrayItem

Object item 
string tag 

[edit] Instance functions

[edit] Add

function Add (Object item, string tag)


[edit] CopyItemTo

function int CopyItemTo (ObjectArray arr, Object item)


[edit] CopyTo

function int CopyTo (ObjectArray arr, string Tag)


[edit] Count

function int Count ()


[edit] FindItemId

function int FindItemId (Object item)


[edit] FindTagId

function int FindTagId (string tag)


[edit] GetItem

function Object GetItem (int index)


[edit] GetTag

function string GetTag (int index)


[edit] InsertAt

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


[edit] IsBefore

function bool IsBefore (string test, string tag)


[edit] Remove

function bool Remove (int index)


[edit] Reset

function Reset ()


[edit] SetAt

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


[edit] SetSize

function SetSize (int NewSize)


[edit] SetSortOrder

singular function SetSortOrder (bool Order)


[edit] ToggleSort

singular function ToggleSort ()