#include <event.h>
Public Member Functions | |
| NetGameEvent (const std::string &name) | |
| Constructs a NetGameEvent. More... | |
| NetGameEvent (const std::string &name, const NetGameEventValue &arg1) | |
| Constructs a NetGameEvent. More... | |
| NetGameEvent (const std::string &name, const NetGameEventValue &arg1, const NetGameEventValue &arg2) | |
| Constructs a NetGameEvent. More... | |
| NetGameEvent (const std::string &name, const NetGameEventValue &arg1, const NetGameEventValue &arg2, const NetGameEventValue &arg3) | |
| Constructs a NetGameEvent. More... | |
| NetGameEvent (const std::string &name, const NetGameEventValue &arg1, const NetGameEventValue &arg2, const NetGameEventValue &arg3, const NetGameEventValue &arg4) | |
| Constructs a NetGameEvent. More... | |
| NetGameEvent (const std::string &name, const NetGameEventValue &arg1, const NetGameEventValue &arg2, const NetGameEventValue &arg3, const NetGameEventValue &arg4, const NetGameEventValue &arg5) | |
| Constructs a NetGameEvent. More... | |
| void | add_argument (const NetGameEventValue &value) |
| Add argument. More... | |
| NetGameEventValue | get_argument (unsigned int index) const |
| Get argument. More... | |
| unsigned int | get_argument_count () const |
| std::string | get_name () const |
| Get Name. More... | |
| std::string | to_string () const |
| To string. More... | |