Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
Definitions, structures and enumerators

Game add-on instance definition values More...

Modules

 1. Audio stream
 Audio stream data system
 
 2. Video stream
 Video stream data system
 
 3. Hardware framebuffer stream
 Hardware framebuffer stream data
 
 4. Software framebuffer stream
 Software framebuffer stream data
 
 5. Stream types
 Stream types data
 
 6. Game types
 Game types data
 
 7. Input types
 Input types
 
 8. Environment types
 Environment types
 

Typedefs

typedef enum GAME_ERROR GAME_ERROR
 Game add-on error codes
 

Enumerations

enum  GAME_ERROR {
  GAME_ERROR_NO_ERROR , GAME_ERROR_UNKNOWN , GAME_ERROR_NOT_IMPLEMENTED , GAME_ERROR_REJECTED ,
  GAME_ERROR_INVALID_PARAMETERS , GAME_ERROR_FAILED , GAME_ERROR_NOT_LOADED , GAME_ERROR_RESTRICTED
}
 Game add-on error codes More...
 

Detailed Description

Game add-on instance definition values

Typedef Documentation

◆ GAME_ERROR

typedef enum GAME_ERROR GAME_ERROR

Game add-on error codes

Used as return values from most game-related functions.

Enumeration Type Documentation

◆ GAME_ERROR

enum GAME_ERROR

Game add-on error codes

Used as return values from most game-related functions.

Enumerator
GAME_ERROR_NO_ERROR 

No error occurred.

GAME_ERROR_UNKNOWN 

An unknown error occurred.

GAME_ERROR_NOT_IMPLEMENTED 

The method called by the frontend is not implemented.

GAME_ERROR_REJECTED 

The command was rejected by the game client.

GAME_ERROR_INVALID_PARAMETERS 

The parameters of the called method are invalid for this operation.

GAME_ERROR_FAILED 

The command failed.

GAME_ERROR_NOT_LOADED 

No game is loaded.

GAME_ERROR_RESTRICTED 

Game requires restricted resources.