Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
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) More...
 
size_t parameters
 Number of required parameters (can be 0) More...
 
int(* Execute )(const std::vector< std::string > &params)
 Function to handle command. More...
 

Detailed Description

Struct representing a command from handler classes.

Member Data Documentation

§ description

std::string CBuiltins::BUILT_IN::description

Description of command (help string)

§ Execute

int(* CBuiltins::BUILT_IN::Execute) (const std::vector< std::string > &params)

Function to handle command.

§ parameters

size_t CBuiltins::BUILT_IN::parameters

Number of required parameters (can be 0)


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