Cogito, ergo sum

UE2:MasterServerLink (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UE2Runtime Object >> Actor >> Info >> MasterServerLink

Contents

Package: 
IpDrv
Known direct subclasses:
MasterServerUplink, ServerQueryClient
This class in other games:
U2, UT2003, UT2004

null

[edit] Properties

[edit] CurrentMasterServer

Type: int

Modifiers: globalconfig


[edit] LANPort

Type: int

Modifiers: globalconfig


Default value: 11777

[edit] LANServerPort

Type: int

Modifiers: globalconfig


Default value: 10777

[edit] LinkPtr

Type: int

Modifiers: native, const


[edit] MasterServerAddress

Type: string

Array size: 5

Modifiers: globalconfig


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

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

[edit] MasterServerPort

Type: int

Array size: 5

Modifiers: globalconfig


Default value, index 0: 28902

Default value, index 1: 28902

[edit] Default values

Property Value
bAlwaysTick True

[edit] Functions

[edit] Native functions

[edit] Poll

native function bool Poll (int WaitTime)


[edit] Events

[edit] GetMasterServer

event GetMasterServer (out string OutAddress, out int OutPort)


[edit] Tick

simulated event Tick (float Delta)

Overrides: Actor.Tick