Cogito, ergo sum

UE2:SortedObjectArray (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> ObjectArray >> SortedObjectArray
Package: 
xWebAdmin
This class in other games:
UT2003

Class: xWebAdmin.SortedObjectArray Parent: xWebAdmin.ObjectArray

Sorted list - sorts by tag

Properties[edit]

debug[edit]

Type: bool

Modifiers: const


Instance functions[edit]

Add[edit]

function Add (Object item, string tag)

Overrides: ObjectArray.Add


FindTagId[edit]

function int FindTagId (string Tag)

Overrides: ObjectArray.FindTagId


IsBefore[edit]

function bool IsBefore (string test, string tag)

Overrides: ObjectArray.IsBefore