Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:UdpBeacon (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2 Object >> Actor >> Info >> InternetInfo >> InternetLink >> UdpLink >> UdpBeacon
Package: 
IpDrv
This class in other games:
RTNP, U1, UT, UE2Runtime, UT2003, U2XMP

UdpBeacon: Base class of beacon sender and receiver.

Properties

Property group 'UdpBeacon'

BeaconPort

Type: int

Modifiers: globalconfig

Reply port

Default value: 9777

BeaconProduct

Type: string

Modifiers: globalconfig


Default value: "unreal2"

BeaconTimeout

Type: float

Modifiers: globalconfig


Default value: 5.0

DoBeacon

Type: bool

Modifiers: globalconfig


Default value: True

ServerBeaconPort

Type: int

Modifiers: globalconfig

Listen port

Default value: 8777

Internal variables

boundport

Type: int


UdpServerQueryPort

Type: int


Functions

Events

BeginPlay

event BeginPlay ()

Overrides: Actor.BeginPlay


Destroyed

event Destroyed ()

Overrides: Actor.Destroyed


ReceivedText

event ReceivedText (InternetLink.IpAddr Addr, string Text)

Overrides: UdpLink.ReceivedText


Other instance functions

BroadcastBeacon

function BroadcastBeacon (InternetLink.IpAddr Addr)


BroadcastBeaconQuery

function BroadcastBeaconQuery (InternetLink.IpAddr Addr)