|
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. More... | |
| U32 | tag |
| Identifies connection. More... | |
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.
| U32 tag |
Identifies connection.
1.8.3.1