#include <activeobject.h>
Collaboration diagram for ActiveObjectMessage:Public Member Functions | |
| ActiveObjectMessage (u16 id_, bool reliable_=true, std::string_view data_="") | |
Public Attributes | |
| u16 | id |
| bool | reliable |
| std::string | datastring |
|
inline |
| std::string ActiveObjectMessage::datastring |
Referenced by Server::AsyncRunStep().
| u16 ActiveObjectMessage::id |
Referenced by Server::AsyncRunStep().
| bool ActiveObjectMessage::reliable |
Referenced by Server::AsyncRunStep().