Mania++
 All Classes Functions Variables Pages
Public Attributes | List of all members
ChatCommand Struct Reference

Stuct containing information about a chat command. More...

#include <ChatCommand.h>

Public Attributes

std::string PluginName
 Name of the plugin the command belongs to.
 
std::string PluginVersion
 Version of the plugin the command belongs to.
 
std::string PluginAuthor
 Author of the plugin the command belongs to.
 
std::string Command
 Chat command.
 
std::string Description
 Chat command description.
 
Permission Access = User
 Command access level.
 
std::function< void(Player,
std::vector< std::string >)> 
Method
 Chat command method.
 

Detailed Description

Stuct containing information about a chat command.


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