Kodi Development  20.0
for Binary and Script based Add-Ons

Source parts:

GAME_ERROR CMyInstance::CheatReset()
{
}
GAME_ERROR CMyInstance::GetMemory(GAME_MEMORY type, uint8_t*& data, size_t& size)
{
}
GAME_ERROR CMyInstance::SetCheat(unsigned int index, bool enabled, const std::string& code)
{
}
GAME_MEMORY
Game Memory
Definition: game.h:600
GAME_ERROR
Game add-on error codes
Definition: game.h:34
@ GAME_ERROR_NOT_IMPLEMENTED
the method that the frontend called is not implemented
Definition: game.h:42