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

UE2:SortedObjectArray (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
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