Event Networking
(NOTE) Dispatched after an outgoing/incoming net channel property change is detected during a particular replication phase.
| Methods | Properties | Base Classes | Derived Classes | 
|---|---|---|---|
| ChannelName | event | ||
| ComponentName | |||
| Direction | |||
| Object | |||
| PropertyName | |||
| ReplicationPhase | |||
| Timestamp | 
Properties
ChannelName : string
read-only
The changed net channel.
var ChannelName : String
ComponentName : string
read-only
The component which declared the changed net property.
var ComponentName : String
Direction : TransmissionDirection
read-only
The change direction.
var Direction : TransmissionDirection
Object : cog
read-only
The changed net object.
var Object : Cog
PropertyName : string
read-only
The changed net property.
var PropertyName : String
ReplicationPhase : ReplicationPhase
read-only
The replication phase.
var ReplicationPhase : ReplicationPhase
Timestamp : real
read-only
The time this change occurred.
var Timestamp : Real