Gah - a solution with more questions. – EntropicLqd

UE1:UBrowserGSpyLink (RTNP)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
RTNP Object >> Actor >> Info >> InternetInfo >> InternetLink >> TcpLink >> UBrowserBufferedTcpLink >> UBrowserGSpyLink
Package: 
UBrowser
This class in other games:
U1, UT

null

Constants[edit]

FoundSecureRequest[edit]

Value: 1


FoundSecret[edit]

Value: 2


NextIP[edit]

Value: 3


NextAddress[edit]

Value: 4


Properties[edit]

bOpened[edit]

Type: bool


CouldNotConnectError[edit]

Type: string

Modifiers: localized


Default value: "Connecting to the master server timed out: "

GameName[edit]

Type: string


MasterServerAddress[edit]

Type: string

Address of the master server

MasterServerIpAddr[edit]

Type: InternetLink.IpAddr


MasterServerTCPPort[edit]

Type: int

Optional port that the master server is listening on

MasterServerTimeout[edit]

Type: int


OwnerFactory[edit]

Type: UBrowserGSpyFact


Region[edit]

Type: int

Region of the game server

ResolveFailedError[edit]

Type: string

Modifiers: localized


Default value: "The master server could not be resolved: "

TimeOutError[edit]

Type: string

Modifiers: localized


Default value: "Timeout talking to the master server"

Functions[edit]

Events[edit]

BeginPlay[edit]

event BeginPlay ()

Overrides: Actor.BeginPlay


Closed[edit]

event Closed ()

Overrides: TcpLink.Closed


Opened[edit]

event Opened ()

Overrides: TcpLink.Opened


Resolved[edit]

event Resolved (InternetLink.IpAddr Addr)

Overrides: InternetLink.Resolved


ResolveFailed[edit]

event ResolveFailed ()

Overrides: InternetLink.ResolveFailed


Tick[edit]

event Tick (float DeltaTime)

Overrides: Actor.Tick


Timer[edit]

event Timer ()

Overrides: Actor.Timer


Other instance functions[edit]

DoBufferQueueIO[edit]

function DoBufferQueueIO ()

Overrides: UBrowserBufferedTcpLink.DoBufferQueueIO


GotMatch[edit]

function GotMatch (int MatchData)

Overrides: UBrowserBufferedTcpLink.GotMatch


GotMatchTimeout[edit]

function GotMatchTimeout (int MatchData)

Overrides: UBrowserBufferedTcpLink.GotMatchTimeout


HandleServer[edit]

function HandleServer (string Text)


Start[edit]

function Start ()


States[edit]

Done[edit]

FoundSecretState[edit]

FoundSecretState.Tick[edit]

event Tick (float Delta)

Overrides: Tick (global)