Kodi Development
20.0
for Binary and Script based Add-Ons
Group source include
C++
»
Interface - kodi::addon
»
Addon type instances
»
Game
»
6. Cheat operations
Source parts:
GAME_ERROR
CMyInstance::CheatReset()
{
return
GAME_ERROR_NOT_IMPLEMENTED
;
}
GAME_ERROR
CMyInstance::GetMemory(
GAME_MEMORY
type, uint8_t*& data,
size_t
& size)
{
return
GAME_ERROR_NOT_IMPLEMENTED
;
}
GAME_ERROR
CMyInstance::SetCheat(
unsigned
int
index,
bool
enabled,
const
std::string& code)
{
return
GAME_ERROR_NOT_IMPLEMENTED
;
}
GAME_MEMORY
GAME_MEMORY
Game Memory
Definition:
game.h:600
GAME_ERROR
GAME_ERROR
Game add-on error codes
Definition:
game.h:34
GAME_ERROR_NOT_IMPLEMENTED
@ GAME_ERROR_NOT_IMPLEMENTED
the method that the frontend called is not implemented
Definition:
game.h:42
Generated by
1.9.1