#include <activeobject.h>
Public Member Functions | |
| ActiveObjectMessage (u16 id_, bool reliable_=true, std::string_view data_="") | |
| void | appendTo (std::string &data) const |
Public Attributes | |
| u16 | id |
| bool | reliable |
| std::string | datastring |
|
inline |
References datastring, id, and reliable.
| void ActiveObjectMessage::appendTo | ( | std::string & | data | ) | const |
References datastring, serializeString16(), and writeU16().
Referenced by Server::AsyncRunStep(), and Server::SendMovePlayer().
| std::string ActiveObjectMessage::datastring |
Referenced by ActiveObjectMessage(), appendTo(), and Server::AsyncRunStep().
| u16 ActiveObjectMessage::id |
Referenced by ActiveObjectMessage(), and Server::AsyncRunStep().
| bool ActiveObjectMessage::reliable |
Referenced by ActiveObjectMessage(), and Server::AsyncRunStep().