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

UE2:MasterServerLink (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UE2Runtime Object >> Actor >> Info >> MasterServerLink
Package: 
IpDrv
Direct subclasses:
MasterServerUplink, ServerQueryClient
This class in other games:
UT2003, U2, UT2004

null

Properties[edit]

CurrentMasterServer[edit]

Type: int

Modifiers: globalconfig


LANPort[edit]

Type: int

Modifiers: globalconfig


Default value: 11777

LANServerPort[edit]

Type: int

Modifiers: globalconfig


Default value: 10777

LinkPtr[edit]

Type: int

Modifiers: native, const


MasterServerAddress[edit]

Type: string

Array size: 5

Modifiers: globalconfig


Default value, index 0: "ut2003master1.epicgames.com"

Default value, index 1: "ut2003master1.epicgames.com"

MasterServerPort[edit]

Type: int

Array size: 5

Modifiers: globalconfig


Default value, index 0: 28902

Default value, index 1: 28902

Default values[edit]

Property Value
bAlwaysTick True

Functions[edit]

Native functions[edit]

Poll[edit]

native function bool Poll (int WaitTime)


Events[edit]

GetMasterServer[edit]

event GetMasterServer (out string OutAddress, out int OutPort)


Tick[edit]

simulated event Tick (float Delta)

Overrides: Actor.Tick