kodi
Public Attributes | List of all members
CBuiltins::BUILT_IN Struct Reference

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 > &params)
 Function to handle command.
 

Detailed Description

Struct representing a command from handler classes.


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