|
Torque2D Reference
|
Triggered when we accept a new connection. More...
#include <event.h>
Public Member Functions | |
| ConnectedAcceptEvent () | |
| Public Member Functions inherited from Event | |
| Event () | |
Public Attributes | |
| NetSocket | portTag |
| Identifies port we received this connection on. | |
| NetSocket | connectionTag |
| Identifies the connection. | |
| NetAddress | address |
| Originating address of connection. | |
| Public Attributes inherited from Event | |
| U16 | type |
| U16 | size |
Triggered when we accept a new connection.
|
inline |
| NetAddress address |
Originating address of connection.
| NetSocket connectionTag |
Identifies the connection.
| NetSocket portTag |
Identifies port we received this connection on.