|
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
Struct representing a command from handler classes. More...
#include <Builtins.h>
Public Attributes | |
| std::string | description |
| Description of command (help string) More... | |
| size_t | parameters |
| Number of required parameters (can be 0) More... | |
| int(* | Execute )(const std::vector< std::string > ¶ms) |
| Function to handle command. More... | |
Struct representing a command from handler classes.
| std::string CBuiltins::BUILT_IN::description |
Description of command (help string)
| int(* CBuiltins::BUILT_IN::Execute) (const std::vector< std::string > ¶ms) |
Function to handle command.
| size_t CBuiltins::BUILT_IN::parameters |
Number of required parameters (can be 0)