Kodi Documentation 22.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) | |
size_t | parameters {0} |
Number of required parameters (can be 0) | |
int(* | Execute )(const std::vector< std::string > ¶ms) |
int(* | ExecuteEx )(const std::vector< std::string > ¶ms, const std::shared_ptr< CGUIListItem > &item) |
Function to handle command. | |
Struct representing a command from handler classes.
std::string CBuiltins::BUILT_IN::description |
Description of command (help string)
|
inline |
|
inline |
Function to handle command.
size_t CBuiltins::BUILT_IN::parameters {0} |
Number of required parameters (can be 0)