CL_NetGameEvent.
More...
#include <event.h>
|
| | CL_NetGameEvent (const CL_String &name) |
| | Constructs a NetGameEvent. More...
|
| |
| | CL_NetGameEvent (const CL_String &name, const CL_NetGameEventValue &arg1) |
| | Constructs a NetGameEvent. More...
|
| |
| | CL_NetGameEvent (const CL_String &name, const CL_NetGameEventValue &arg1, const CL_NetGameEventValue &arg2) |
| | Constructs a NetGameEvent. More...
|
| |
| | CL_NetGameEvent (const CL_String &name, const CL_NetGameEventValue &arg1, const CL_NetGameEventValue &arg2, const CL_NetGameEventValue &arg3) |
| | Constructs a NetGameEvent. More...
|
| |
| | CL_NetGameEvent (const CL_String &name, const CL_NetGameEventValue &arg1, const CL_NetGameEventValue &arg2, const CL_NetGameEventValue &arg3, const CL_NetGameEventValue &arg4) |
| | Constructs a NetGameEvent. More...
|
| |
| | CL_NetGameEvent (const CL_String &name, const CL_NetGameEventValue &arg1, const CL_NetGameEventValue &arg2, const CL_NetGameEventValue &arg3, const CL_NetGameEventValue &arg4, const CL_NetGameEventValue &arg5) |
| | Constructs a NetGameEvent. More...
|
| |
| void | add_argument (const CL_NetGameEventValue &value) |
| | Add argument. More...
|
| |
| CL_NetGameEventValue | get_argument (unsigned int index) const |
| | Get argument. More...
|
| |
| unsigned int | get_argument_count () const |
| |
| CL_String | get_name () const |
| | Get Name. More...
|
| |
| CL_String | to_string () const |
| | To string. More...
|
| |
| CL_NetGameEvent::CL_NetGameEvent |
( |
const CL_String & |
name) | |
|
Constructs a NetGameEvent.
- Parameters
-
Constructs a NetGameEvent.
- Parameters
-
| name | = String |
| arg1 | = Net Game Event Value |
Constructs a NetGameEvent.
- Parameters
-
| name | = String |
| arg1 | = Net Game Event Value |
| arg2 | = Net Game Event Value |
Constructs a NetGameEvent.
- Parameters
-
| name | = String |
| arg1 | = Net Game Event Value |
| arg2 | = Net Game Event Value |
| arg3 | = Net Game Event Value |
Constructs a NetGameEvent.
- Parameters
-
| name | = String |
| arg1 | = Net Game Event Value |
| arg2 | = Net Game Event Value |
| arg3 | = Net Game Event Value |
| arg4 | = Net Game Event Value |
Constructs a NetGameEvent.
- Parameters
-
| name | = String |
| arg1 | = Net Game Event Value |
| arg2 | = Net Game Event Value |
| arg3 | = Net Game Event Value |
| arg4 | = Net Game Event Value |
| arg5 | = Net Game Event Value |
Add argument.
- Parameters
-
| value | = Net Game Event Value |
Get argument.
- Parameters
-
- Returns
- Net Game Event Value
| unsigned int CL_NetGameEvent::get_argument_count |
( |
) | |
const |
| CL_String CL_NetGameEvent::get_name |
( |
) | |
const |
|
inline |
| CL_String CL_NetGameEvent::to_string |
( |
) | |
const |
The documentation for this class was generated from the following file: