Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:ClientBeaconReceiver (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:BeaconInfo (UT2003))
Jump to: navigation, search
UT2003 Object >> Actor >> Info >> InternetInfo >> InternetLink >> UdpLink >> UdpBeacon >> ClientBeaconReceiver
Package: 
IpDrv
This class in other games:
RTNP, U1, UT, UE2Runtime, U2XMP

ClientBeaconReceiver: Receives LAN beacons from servers.

Properties[edit]

Beacons[edit]

Type: BeaconInfo

Array size: 32


Structs[edit]

BeaconInfo[edit]

InternetLink.IpAddr Addr 
float Time 
string Text 

Functions[edit]

Events[edit]

BeginPlay[edit]

event BeginPlay ()

Overrides: UdpBeacon.BeginPlay


ReceivedText[edit]

event ReceivedText (InternetLink.IpAddr Addr, string Text)

Overrides: UdpBeacon.ReceivedText


Timer[edit]

event Timer ()

Overrides: Actor.Timer


Other instance functions[edit]

BroadcastQuery[edit]

function BroadcastQuery ()


GetBeaconAddress[edit]

function string GetBeaconAddress (int i)

Overrides: InternetInfo.GetBeaconAddress


GetBeaconCount[edit]

function int GetBeaconCount ()

Overrides: InternetInfo.GetBeaconCount


GetBeaconText[edit]

function string GetBeaconText (int i)

Overrides: InternetInfo.GetBeaconText