Dragonfly 4.21
A text-based game engine
|
Public Member Functions | |
EventNetworkCreate (NetworkEventLabel label, Object *p_o) | |
void | setObject (Object *p_new_o) |
Object * | getObject () const |
Public Member Functions inherited from df::EventNetwork | |
EventNetwork (NetworkEventLabel label) | |
void | setLabel (NetworkEventLabel new_label) |
NetworkEventLabel | getLabel () const |
void | setSocket (int new_sock) |
int | getSocket () const |
void | setBytes (int new_bytes) |
int | getBytes () const |
void | setMessage (void *p_new_buff) |
void * | getMessage () const |
Public Member Functions inherited from df::Event | |
Event () | |
virtual | ~Event () |
void | setType (std::string new_type) |
std::string | getType () const |
Private Attributes | |
Object * | m_p_o |