I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:ClientBeaconReceiver (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UE2Runtime Object >> Actor >> Info >> InternetInfo >> InternetLink >> UdpLink >> UdpBeacon >> ClientBeaconReceiver

Contents

Package: 
IpDrv
This class in other games:
RTNP, U1, U2XMP, UT, UT2003

ClientBeaconReceiver: Receives LAN beacons from servers.

Properties

Beacons

Type: BeaconInfo

Array size: 32


Structs

BeaconInfo

InternetLink.IpAddr Addr 
float Time 
string Text 

Functions

Events

BeginPlay

event BeginPlay ()

Overrides: UdpBeacon.BeginPlay


ReceivedText

event ReceivedText (InternetLink.IpAddr Addr, string Text)

Overrides: UdpBeacon.ReceivedText


Timer

event Timer ()

Overrides: Actor.Timer


Other instance functions

BroadcastQuery

function BroadcastQuery ()


GetBeaconAddress

function string GetBeaconAddress (int i)

Overrides: InternetInfo.GetBeaconAddress


GetBeaconCount

function int GetBeaconCount ()


GetBeaconText

function string GetBeaconText (int i)

Overrides: InternetInfo.GetBeaconText