UE1:ClientBeaconReceiver (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
RTNP Object >> Actor >> Info >> InternetInfo >> InternetLink >> UdpLink >> UdpBeacon >> ClientBeaconReceiver
Package:
IpDrv
This class in other games:

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


Destroyed

event Destroyed ()

Overrides: UdpBeacon.Destroyed


ReceivedText

event ReceivedText (InternetLink.IpAddr Addr, string Text)

Overrides: UdpBeacon.ReceivedText


Timer

event Timer ()

Overrides: Actor.Timer


Other instance functions

BroadcastBeacon

function BroadcastBeacon ()

Overrides: UdpBeacon.BroadcastBeacon


GetBeaconAddress

function string GetBeaconAddress (int i)

Overrides: InternetInfo.GetBeaconAddress


GetBeaconText

function string GetBeaconText (int i)

Overrides: InternetInfo.GetBeaconText