tec::ChatCommandEvent

#include <events.hpp>

Public Functions

Name
ChatCommandEvent() =default
ChatCommandEvent(proto::ChatCommand chat_command)
void In(proto::ChatCommand chat_command)
void Out(proto::ChatCommand & chat_command)
proto::ChatCommand Out()

Public Attributes

Name
std::string command
std::vector< std::string > args

Public Functions Documentation

function ChatCommandEvent

ChatCommandEvent() =default

function ChatCommandEvent

inline ChatCommandEvent(
    proto::ChatCommand chat_command
)

function In

inline void In(
    proto::ChatCommand chat_command
)

function Out

inline void Out(
    proto::ChatCommand & chat_command
)

function Out

inline proto::ChatCommand Out()

Public Attributes Documentation

variable command

std::string command;

variable args

std::vector< std::string > args;

Updated on 2022-07-24 at 19:27:35 +0000