|
Torque2D Reference
|
Notify simulation of state of a connection. More...
#include <event.h>
Inheritance diagram for ConnectedNotifyEvent:Public Types | |
| enum | State { DNSResolved , DNSFailed , Connected , ConnectFailed , Disconnected } |
| Valid connection states. More... | |
Public Member Functions | |
| ConnectedNotifyEvent () | |
Public Member Functions inherited from Event | |
| Event () | |
Public Attributes | |
| U32 | state |
| Indicates current connection state. | |
| NetSocket | tag |
| Identifies connection. | |
Public Attributes inherited from Event | |
| U16 | type |
| U16 | size |
Notify simulation of state of a connection.
| enum State |
|
inline |
| U32 state |
Indicates current connection state.
| NetSocket tag |
Identifies connection.