Minetest  5.4.0
ActiveObjectMessage Struct Reference

#include <activeobject.h>

+ Collaboration diagram for ActiveObjectMessage:

Public Member Functions

 ActiveObjectMessage (u16 id_, bool reliable_=true, const std::string &data_="")
 

Public Attributes

u16 id
 
bool reliable
 
std::string datastring
 

Constructor & Destructor Documentation

◆ ActiveObjectMessage()

ActiveObjectMessage::ActiveObjectMessage ( u16  id_,
bool  reliable_ = true,
const std::string &  data_ = "" 
)
inline

Member Data Documentation

◆ datastring

std::string ActiveObjectMessage::datastring

Referenced by Server::AsyncRunStep().

◆ id

u16 ActiveObjectMessage::id

Referenced by Server::AsyncRunStep().

◆ reliable

bool ActiveObjectMessage::reliable

Referenced by Server::AsyncRunStep().


The documentation for this struct was generated from the following file: