Cogito, ergo sum
UE2:ListItem (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> ListItem |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
Properties[edit]
bJustMoved[edit]
Type: bool
if the map was just moved, keep it selected
Data[edit]
Type: string
saved data
Next[edit]
Type: ListItem
Prev[edit]
Type: ListItem
Tag[edit]
Type: string
sorted element
Instance functions[edit]
AddElement[edit]
function AddElement (ListItem NewElement)
AddSortedElement[edit]
function AddSortedElement (out ListItem FirstElement, ListItem NewElement)
DeleteElement[edit]
function ListItem DeleteElement (out ListItem First, optional string SearchData)
FindItem[edit]
function ListItem FindItem (string SearchData)
MoveElementDown[edit]
function MoveElementDown (out ListItem First, ListItem MoveItem, out int Count)
MoveElementUp[edit]
function MoveElementUp (out ListItem First, ListItem MoveItem, out int Count)
RunTest[edit]
function RunTest ()