Minetest 5.9.0-dev
 
Loading...
Searching...
No Matches
ChatEventChat Struct Reference

#include <chat_interface.h>

+ Inheritance diagram for ChatEventChat:
+ Collaboration diagram for ChatEventChat:

Public Member Functions

 ChatEventChat (const std::string &a_nick, const std::wstring &an_evt_msg)
 

Public Attributes

std::string nick
 
std::wstring evt_msg
 
- Public Attributes inherited from ChatEvent
ChatEventType type
 

Additional Inherited Members

- Protected Member Functions inherited from ChatEvent
 ChatEvent (ChatEventType a_type)
 

Constructor & Destructor Documentation

◆ ChatEventChat()

ChatEventChat::ChatEventChat ( const std::string &  a_nick,
const std::wstring &  an_evt_msg 
)
inline

Member Data Documentation

◆ evt_msg

std::wstring ChatEventChat::evt_msg

Referenced by Server::handleAdminChat().

◆ nick

std::string ChatEventChat::nick

Referenced by Server::handleAdminChat().


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