Mostly Harmless

UE2:ClientBeaconReceiver (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site

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

Contents

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

ClientBeaconReceiver: Receives LAN beacons from servers.

[edit] Properties

[edit] Beacons

Type: BeaconInfo

Array size: 32


[edit] Structs

[edit] BeaconInfo

InternetLink.IpAddr Addr 
float Time 
string Text 

[edit] Functions

[edit] Events

[edit] BeginPlay

event BeginPlay ()

Overrides: UdpBeacon.BeginPlay


[edit] Destroyed

event Destroyed ()

Overrides: UdpBeacon.Destroyed


[edit] GetBeaconAddress

event string GetBeaconAddress (int i)

Overrides: InternetInfo.GetBeaconAddress


[edit] GetBeaconText

event string GetBeaconText (int i)

Overrides: InternetInfo.GetBeaconText


[edit] ReceivedText

event ReceivedText (InternetLink.IpAddr Addr, string Text)

Overrides: UdpBeacon.ReceivedText


[edit] Timer

event Timer ()

Overrides: Actor.Timer


[edit] Other instance functions

[edit] BroadcastBeacon

function BroadcastBeacon (InternetLink.IpAddr Addr)

Overrides: UdpBeacon.BroadcastBeacon


Personal tools