Event
Networking
(NOTE) Dispatched after sending a connect response. If denied, their net peer ID is released and link is destroyed immediately after this.
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
OurConnectResponse | event | ||
OurIpAddress | |||
OurResponseBundle | |||
TheirIpAddress | |||
TheirNetPeerId | |||
TheirPendingUserAddRequestCount | |||
TheirRequestBundle |
Properties
OurConnectResponse : ConnectResponse
read-only
Our connect response.
var OurConnectResponse : ConnectResponse
OurIpAddress : ipaddress
read-only
Our IP address (as seen from their perspective).
var OurIpAddress : IpAddress
OurResponseBundle : eventbundle
read-only
Our bundled response event data.
var OurResponseBundle : EventBundle
TheirIpAddress : ipaddress
read-only
Their IP address (as seen from our perspective).
var TheirIpAddress : IpAddress
TheirNetPeerId : integer
read-only
Their net peer ID (set only if accepted).
var TheirNetPeerId : Integer
TheirPendingUserAddRequestCount : integer
read-only
Their pending user add requests following this connect request (within the same frame).
var TheirPendingUserAddRequestCount : Integer
TheirRequestBundle : eventbundle
read-only
Their bundled request event data.
var TheirRequestBundle : EventBundle