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

Difference between revisions of "UE3:UTUIDataProvider SearchResult (UDK)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
m (1 revision: class descriptions for UDK January update (part 8))
 
(No difference)

Latest revision as of 07:02, 17 January 2010

Package: 
UTGame
Implemented interfaces
UIListElementCellProvider
This class in other games:
UT3

UT specific search result that exposes some extra fields to the server browser.

Properties[edit]

GameModeFriendlyNameTag[edit]

Type: name

Modifiers: const


Default value: 'GameModeFriendlyName'

IconFontPathName[edit]

Type: string

Modifiers: const

the path name to the font containing the icons used to display the server flags

Default value: "UI_Fonts_Final.Menus.UI_Fonts_Icons"

MapNameTag[edit]

Type: name

Modifiers: const


Default value: 'CustomMapName'

PlayerRatioTag[edit]

Type: name

Modifiers: const

data field tags - cached for faster lookup

Default value: 'PlayerRatio'

ServerFlagsTag[edit]

Type: name

Modifiers: const


Default value: 'ServerFlags'

Native functions[edit]

IsPrivateServer[edit]

native function bool IsPrivateServer ()

Returns:

TRUE if server corresponding to this search result is password protected.