Kodi Development 22.0
for Binary and Script based Add-Ons
 
Loading...
Searching...
No Matches
Definitions, structures and enumerators

Detailed Description

Game add-on instance definition values

Topics

 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
 

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.