Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
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.

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: