- Extends
- TcpLink
- Modifiers
- config ( FireMods )
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.InternetInfo
|
+-- IpDrv.InternetLink
|
+-- IpDrv.TcpLink
|
+-- FireMods.ServerStatus
Inherited Functions from IpDrv.TcpLink |
Accepted, BindPort, Close, Closed, IsConnected, Listen, Open, Opened, ReadBinary, ReadText, ReceivedBinary, ReceivedLine, ReceivedText, SendBinary, SendText |
Inherited Functions from IpDrv.InternetLink |
GameSpyGameName, GameSpyValidate, GetLastError, GetLocalIP, IpAddrToString, IsDataPending, ParseURL, Resolve, Resolved, ResolveFailed, StringToIpAddr |
var bool reporting;
var string requesttext;
var bool sending;
var config string TargetHost;
var config int TargetPort;
static function array<string> Base64Decode ( array<string> indata) )
static function array<string> Base64Encode ( array<string> indata, out array<string> B64Lookup) )
Base64EncodeLookupTable Source code
static function Base64EncodeLookupTable ( out array<string> LookupTable) )
event BeginPlay ( ) )
event Closed ( ) )
function String GetReport ( ) )
function String KeyValue (
string key,
string value )
function String KeyValueInt (
string key,
int value )
event Opened ( ) )
function String ParsePlayers ( )
event ReceivedText ( string Text) )
event Resolved (
IpAddr Addr) )
event ResolveFailed ( ) )
function ResolveStats ( ) )
defaultproperties
{
TargetHost = "stats.tribesrevengeance.com";
TargetPort = 80;
}
|
Creation time: st 23.5.2018 00:10:34.423 - Created with
UnCodeX