Mostly Harmless

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

Contents

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

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] ReceivedText

event ReceivedText (InternetLink.IpAddr Addr, string Text)

Overrides: UdpBeacon.ReceivedText


[edit] Timer

event Timer ()

Overrides: Actor.Timer


[edit] Other instance functions

[edit] BroadcastQuery

function BroadcastQuery ()


[edit] GetBeaconAddress

function string GetBeaconAddress (int i)

Overrides: InternetInfo.GetBeaconAddress


[edit] GetBeaconCount

function int GetBeaconCount ()

Overrides: InternetInfo.GetBeaconCount


[edit] GetBeaconText

function string GetBeaconText (int i)

Overrides: InternetInfo.GetBeaconText