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