Mostly Harmless

UE2:UdpBeacon (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

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

Contents

Package: 
IpDrv
Direct subclass:
ClientBeaconReceiver
This class in other games:
RTNP, U1, U2, U2XMP, UT, UT2003

UdpBeacon: Base class of beacon sender and receiver.

[edit] Properties

[edit] Property group 'UdpBeacon'

[edit] BeaconPort

Type: int

Modifiers: globalconfig

Reply port

Default value: 9777

[edit] BeaconProduct

Type: string

Modifiers: globalconfig


Default value: "ut"

[edit] BeaconTimeout

Type: float

Modifiers: globalconfig


Default value: 5.0

[edit] DoBeacon

Type: bool

Modifiers: globalconfig


Default value: True

[edit] ServerBeaconPort

Type: int

Modifiers: globalconfig

Listen port

Default value: 8777

[edit] Internal variables

[edit] boundport

Type: int


[edit] UdpServerQueryPort

Type: int


[edit] Functions

[edit] Events

[edit] BeginPlay

event BeginPlay ()

Overrides: Actor.BeginPlay


[edit] Destroyed

event Destroyed ()

Overrides: Actor.Destroyed


[edit] ReceivedText

event ReceivedText (InternetLink.IpAddr Addr, string Text)

Overrides: UdpLink.ReceivedText


[edit] Other instance functions

[edit] BroadcastBeacon

function BroadcastBeacon (InternetLink.IpAddr Addr)


[edit] BroadcastBeaconQuery

function BroadcastBeaconQuery (InternetLink.IpAddr Addr)