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

UE2:MasterServerLink (UT2004)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> Actor >> Info >> MasterServerLink
Package: 
IpDrv
Direct subclasses:
MasterServerUplink, ServerQueryClient
This class in other games:
UE2Runtime, UT2003, U2

null

Properties[edit]

ActiveMasterServerList[edit]

Type: array<tMasterServerEntry>


LANPort[edit]

Type: int

Modifiers: globalconfig


Default value: 11777

LANServerPort[edit]

Type: int

Modifiers: globalconfig


Default value: 10777

LastMSIndex[edit]

Type: int

Index of the last used master server

LinkPtr[edit]

Type: pointer

Modifiers: native, const


MasterServerList[edit]

Type: array<tMasterServerEntry>

Modifiers: globalconfig


Default value, index 0:

Member Value
Address "ut2004master1.epicgames.com"
Port 28902

Default value, index 1:

Member Value
Address "ut2004master2.epicgames.com"
Port 28902

Default values[edit]

Property Value
bAlwaysTick True

Structs[edit]

tMasterServerEntry[edit]

Modifiers: native

string Address 
int Port 

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