Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

IpDrv.ServerUplink

Extends
TcpLink
Modifiers
config

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- IpDrv.TcpLink
         |   
         +-- IpDrv.ServerUplink

Variables Summary
intAmtSent
string[16]CommentEnd
string[16]EndingString
string[16]GameTypeString
intInfoNum
string[255]InformationString
string[64]LevelFileName
boolMakePlayerString
intMasterPort
intNumPlayers
string[255]PerPlayerData
intPlayerNum
intQueryPort
string[16]ServerVersion
ServerQuerySQuery
ServerVerifySVerify
string[255]TempStr
string[255]ThisMachinesURL
floatTimePassed
intUpdatePeriod
playerpawnUPlayer
playerpawnUPlayerList[64]
intVerifyPort
ServerUplink
string[255]CommentString
boolDoUplink
intGamePort
string[255]MasterServerAddress
intQueryOffset
intVerifyOffset
Inherited Variables from IpDrv.TcpLink
bSocketBound, bSocketInitialized, bWSAInitialized, ConnectSocket, IP[4], KeepaliveCounter, KeepaliveSeconds, LinkMode, LinkState, MainSocket, Port, TcpInternal[64], TimeoutCounter, TimeoutSeconds, URL

Enumerations Summary
Inherited Enumerations from IpDrv.TcpLink
ETcpLinkState, ETcpMode

Functions Summary
function BeginPlay ()
function GetPlayerReferences ()
function MakeInformationString ()
function PruneCommentString ()
function Tick (float deltaTime)
SendData
function Tick (float DeltaTime)
TryToConnect
function Timer ()
function Timer ()
WaitWhileClosing
Inherited Functions from IpDrv.TcpLink
Accepted, Close, Closed, Connected, Encrypt, GetIPByName, GetLastError, Listen, Open, ReadBinary, ReadText, ReceivedBinary, ReceivedLine, ReceivedText, SendBinary, SendText

States Summary
Initial Source code
auto state Initial
SendData Source code
state SendData
Tick
TryToConnect Source code
state TryToConnect
Tick
WaitPeriod Source code
state WaitPeriod
WaitWhileClosing Source code
state WaitWhileClosing
Timer


Variables Detail

AmtSent Source code

var int AmtSent;

CommentEnd Source code

var string[16] CommentEnd;

EndingString Source code

var string[16] EndingString;

GameTypeString Source code

var string[16] GameTypeString;

InfoNum Source code

var int InfoNum;

InformationString Source code

var string[255] InformationString;

LevelFileName Source code

var string[64] LevelFileName;

MakePlayerString Source code

var bool MakePlayerString;

MasterPort Source code

var int MasterPort;

NumPlayers Source code

var int NumPlayers;

PerPlayerData Source code

var string[255] PerPlayerData;

PlayerNum Source code

var int PlayerNum;

QueryPort Source code

var int QueryPort;

ServerVersion Source code

var string[16] ServerVersion;

SQuery Source code

var ServerQuery SQuery;

SVerify Source code

var ServerVerify SVerify;

TempStr Source code

var string[255] TempStr;

ThisMachinesURL Source code

var string[255] ThisMachinesURL;

TimePassed Source code

var float TimePassed;

UpdatePeriod Source code

var int UpdatePeriod;

UPlayer Source code

var playerpawn UPlayer;

UPlayerList[64] Source code

var playerpawn UPlayerList[64];

VerifyPort Source code

var int VerifyPort;

ServerUplink

CommentString Source code

var(ServerUplink) config string[255] CommentString;

DoUplink Source code

var(ServerUplink) config bool DoUplink;

GamePort Source code

var(ServerUplink) config int GamePort;

MasterServerAddress Source code

var(ServerUplink) config string[255] MasterServerAddress;

QueryOffset Source code

var(ServerUplink) config int QueryOffset;

VerifyOffset Source code

var(ServerUplink) config int VerifyOffset;


Functions Detail

BeginPlay Source code

function BeginPlay ( )

GetPlayerReferences Source code

function GetPlayerReferences ( )

MakeInformationString Source code

function MakeInformationString ( )

PruneCommentString Source code

function PruneCommentString ( )

Tick SendData Source code

function Tick ( float deltaTime )

Tick TryToConnect Source code

function Tick ( float DeltaTime )

Timer Source code

function Timer ( )

Timer WaitWhileClosing Source code

function Timer ( )



Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 12:53:42.062 - Created with UnCodeX