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

UE2:ListItem (UT2003)

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

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

null

Properties

bJustMoved

Type: bool

if the map was just moved, keep it selected

Data

Type: string

saved data

Next

Type: ListItem


Prev

Type: ListItem


Tag

Type: string

sorted element

Instance functions

AddElement

function AddElement (ListItem NewElement)


AddSortedElement

function AddSortedElement (out ListItem FirstElement, ListItem NewElement)


DeleteElement

function ListItem DeleteElement (out ListItem First, optional string SearchData)


FindItem

function ListItem FindItem (string SearchData)


MoveElementDown

function MoveElementDown (out ListItem First, ListItem MoveItem, out int Count)


MoveElementUp

function MoveElementUp (out ListItem First, ListItem MoveItem, out int Count)


RunTest

function RunTest ()