kodi
|
Struct representing a command from handler classes. More...
#include <Builtins.h>
Public Attributes | |
std::string | description |
Description of command (help string) | |
size_t | parameters |
Number of required parameters (can be 0) | |
int(* | Execute )(const std::vector< std::string > ¶ms) |
Function to handle command. | |
Struct representing a command from handler classes.