- Extends
- UdpLink
- Modifiers
- config
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.InternetInfo
|
+-- IpDrv.InternetLink
|
+-- IpDrv.UdpLink
|
+-- IpServer.UdpServerQuery
Functions Summary |
 | string | GetBasic ()))
|
 | string | GetGameProperty (string Prop ))
|
 | string | GetInfo ()))
|
 | string | GetLevelProperty (string Prop ))
|
 | string | GetPlayer (PlayerPawn P, int PlayerNum ))
|
 | string | GetPlayerProperty (string Prop ))
|
 | string | GetRules ()))
|
 | bool | ParseNextQuery (string Query, out string QueryType, out string QueryValue, out string QueryRest, out string FinalPacket ))
|
 | string | ParseQuery (IpAddr Addr, coerce string Query, int QueryNum, out int PacketNum ))
|
 | | PostBeginPlay ()))
|
 | | PreBeginPlay ()))
|
 | | ReceivedText (IpAddr Addr, string Text ))
|
 | bool | SendPlayers (IpAddr Addr, int QueryNum, out int PacketNum, string FinalPacket))
|
 | bool | SendQueryPacket (IpAddr Addr, coerce string SendString, int QueryNum, int PacketNum, string FinalPacket))
|
var int CurrentQueryNum;
var globalconfig string GameName;
UdpServerQuery
function string GetBasic ( ) )
function string GetGameProperty ( string Prop ) )
function string GetInfo ( ) )
function string GetLevelProperty ( string Prop ) )
function string GetPlayer (
PlayerPawn P,
int PlayerNum ) )
function string GetPlayerProperty ( string Prop ) )
function string GetRules ( ) )
function bool ParseNextQuery ( string Query, out string QueryType, out string QueryValue, out string QueryRest, out string FinalPacket ) )
function string ParseQuery (
IpAddr Addr,
coerce string Query,
int QueryNum,
out int PacketNum ) )
function PostBeginPlay ( ) )
function PreBeginPlay ( ) )
event ReceivedText (
IpAddr Addr,
string Text ) )
function bool SendPlayers (
IpAddr Addr,
int QueryNum,
out int PacketNum,
string FinalPacket) )
function bool SendQueryPacket (
IpAddr Addr,
coerce string SendString,
int QueryNum,
int PacketNum,
string FinalPacket) )
defaultproperties
{
QueryName=MasterUplink
GameName="deusex"
RemoteRole=ROLE_None
}
|
Creation time: Mon 8/11/2021 16:31:17.880 - Created with
UnCodeX