UE2:MasterServerLink (UE2Runtime)

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)
UE2Runtime Object >> Actor >> Info >> MasterServerLink
Package:
IpDrv
Direct subclasses:
MasterServerUplink, ServerQueryClient
This class in other games:

null

Properties

CurrentMasterServer

Type: int

Modifiers: globalconfig


LANPort

Type: int

Modifiers: globalconfig


Default value: 11777

LANServerPort

Type: int

Modifiers: globalconfig


Default value: 10777

LinkPtr

Type: int

Modifiers: native, const


MasterServerAddress

Type: string

Array size: 5

Modifiers: globalconfig


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

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

MasterServerPort

Type: int

Array size: 5

Modifiers: globalconfig


Default value, index 0: 28902

Default value, index 1: 28902

Default values

Property Value
bAlwaysTick True

Functions

Native functions

Poll

native function bool Poll (int WaitTime)


Events

GetMasterServer

event GetMasterServer (out string OutAddress, out int OutPort)


Tick

simulated event Tick (float Delta)

Overrides: Actor.Tick