Cogito, ergo sum

UE1:ClientBeaconReceiver (UT)

From Unreal Wiki, The Unreal Engine Documentation Site

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

Contents

Package: 
IpDrv
This class in other games:
RTNP, U1, U2XMP, UE2Runtime, 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] 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


[edit] GetBeaconAddress

function string GetBeaconAddress (int i)

Overrides: InternetInfo.GetBeaconAddress


[edit] GetBeaconText

function string GetBeaconText (int i)

Overrides: InternetInfo.GetBeaconText


Personal tools