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