Table of Contents

Event Networking

(NOTE) Dispatched before a received net event is dispatched.

Methods Properties Base Classes Derived Classes
Destination event
NetEvent
ReturnAllow
TheirNetPeerId

Properties


Destination : cog

read-only

Dispatch destination object (null if the net object could not be found locally).

var Destination : Cog

NetEvent : event

read-only

Network event received.

var NetEvent : Event

ReturnAllow : boolean

Return: Allow the received network event to be dispatched on the destination object?

var ReturnAllow : Boolean

TheirNetPeerId : integer

read-only

Their net peer ID.

var TheirNetPeerId : Integer

Methods