Dragonfly 4.20
A text-based game engine
Public Member Functions | Private Attributes | List of all members
df::EventNetworkCreate Class Reference
Inheritance diagram for df::EventNetworkCreate:
Inheritance graph

Public Member Functions

 EventNetworkCreate (NetworkEventLabel label, Object *p_o)
 
void setObject (Object *p_new_o)
 
ObjectgetObject () const
 
- Public Member Functions inherited from df::EventNetwork
 EventNetwork (NetworkEventLabel label)
 
void setLabel (NetworkEventLabel new_label)
 
NetworkEventLabel getLabel () const
 
void setSocketIndex (int new_socket_index)
 
int getSocketIndex () const
 
void setBytes (int new_bytes)
 
int getBytes () const
 
- Public Member Functions inherited from df::Event
 Event ()
 
virtual ~Event ()
 
void setType (std::string new_type)
 
std::string getType () const
 

Private Attributes

Objectm_p_o