| Home Page | Recent Changes | Preferences

ListItem

UT :: Object (UT) >> ListItem (Package: UTServerAdmin)
UT2003 :: Object >> ListItem (Package: XWebAdmin)

A simple two-way linked list used by the web-based remote server administration (UTServerAdmin) to build lists of maps, mutators, etc.

Properties

ListItem Next
The next item in the list.
ListItem Prev
The previous item in the list.
string Tag
string Data
bool bJustMoved

Methods

AddElement (ListItem NewElement)
AddSortedElement (out ListItem FirstElement, ListItem NewElement)
ListItem FindItem (String SearchData)
ListItem DeleteElement (out ListItem First, optional String SearchData)
MoveElementUp (out ListItem First, ListItem MoveItem, out int Count)
MoveElementDown (out ListItem First, ListItem MoveItem, out int Count)
RunTest ( )
This function is obviously used for testing.

Category Class (UT)
Category Class (UT2003)

The Unreal Engine Documentation Site

Wiki Community

Topic Categories

Image Uploads

Random Page

Recent Changes

Offline Wiki

Unreal Engine

Console Commands

Terminology

Mapping Topics

Mapping Lessons

UnrealEd Interface

Questions&Answers

Scripting Topics

Scripting Lessons

Making Mods

Class Tree

Questions&Answers

Modeling Topics

Questions&Answers

Log In