|
| XBMCAddon::xbmc::InfoTagGame::InfoTagGame (const KODI::GAME::CGameInfoTag *tag) |
|
| XBMCAddon::xbmc::InfoTagGame::InfoTagGame (KODI::GAME::CGameInfoTag *tag, bool offscreen=false) |
|
| XBMCAddon::xbmc::InfoTagGame::InfoTagGame (...) |
| Function: xbmc.InfoTagGame([offscreen])
Create a game info tag.
|
|
| XBMCAddon::xbmc::InfoTagGame::~InfoTagGame () override |
|
| XBMCAddon::xbmc::InfoTagGame::getTitle () |
| Function: getTitle()
Gets the title of the game.
|
|
| XBMCAddon::xbmc::InfoTagGame::getPlatform () |
| Function: getPlatform()
Gets the platform on which the game is run.
|
|
| XBMCAddon::xbmc::InfoTagGame::getGenres () |
| Function: getGenres()
Gets the genres of the game.
|
|
| XBMCAddon::xbmc::InfoTagGame::getPublisher () |
| Function: getPublisher()
Gets the publisher of the game.
|
|
| XBMCAddon::xbmc::InfoTagGame::getDeveloper () |
| Function: getDeveloper()
Gets the developer of the game.
|
|
| XBMCAddon::xbmc::InfoTagGame::getOverview () |
| Function: getOverview()
Gets the overview of the game.
|
|
| XBMCAddon::xbmc::InfoTagGame::getYear () |
| Function: getYear()
Gets the year in which the game was published.
|
|
| XBMCAddon::xbmc::InfoTagGame::getGameClient () |
| Function: getGameClient()
Gets the add-on ID of the game client executing the game.
|
|
| XBMCAddon::xbmc::InfoTagGame::setTitle (...) |
| Function: setTitle(title)
Sets the title of the game.
|
|
| XBMCAddon::xbmc::InfoTagGame::setPlatform (...) |
| Function: setPlatform(platform)
Sets the platform on which the game is run.
|
|
| XBMCAddon::xbmc::InfoTagGame::setGenres (...) |
| Function: setGenres(genres)
Sets the genres of the game.
|
|
| XBMCAddon::xbmc::InfoTagGame::setPublisher (...) |
| Function: setPublisher(publisher)
Sets the publisher of the game.
|
|
| XBMCAddon::xbmc::InfoTagGame::setDeveloper (...) |
| Function: setDeveloper(developer)
Sets the developer of the game.
|
|
| XBMCAddon::xbmc::InfoTagGame::setOverview (...) |
| Function: setOverview(overview)
Sets the overview of the game.
|
|
| XBMCAddon::xbmc::InfoTagGame::setYear (...) |
| Function: setYear(year)
Sets the year in which the game was published.
|
|
| XBMCAddon::xbmc::InfoTagGame::setGameClient (...) |
| Function: setGameClient(gameClient)
Sets the add-on ID of the game client executing the game.
|
|
static void | XBMCAddon::xbmc::InfoTagGame::setTitleRaw (KODI::GAME::CGameInfoTag *infoTag, const String &title) |
|
static void | XBMCAddon::xbmc::InfoTagGame::setPlatformRaw (KODI::GAME::CGameInfoTag *infoTag, const String &platform) |
|
static void | XBMCAddon::xbmc::InfoTagGame::setGenresRaw (KODI::GAME::CGameInfoTag *infoTag, const std::vector< String > &genres) |
|
static void | XBMCAddon::xbmc::InfoTagGame::setPublisherRaw (KODI::GAME::CGameInfoTag *infoTag, const String &publisher) |
|
static void | XBMCAddon::xbmc::InfoTagGame::setDeveloperRaw (KODI::GAME::CGameInfoTag *infoTag, const String &developer) |
|
static void | XBMCAddon::xbmc::InfoTagGame::setOverviewRaw (KODI::GAME::CGameInfoTag *infoTag, const String &overview) |
|
static void | XBMCAddon::xbmc::InfoTagGame::setYearRaw (KODI::GAME::CGameInfoTag *infoTag, unsigned int year) |
|
static void | XBMCAddon::xbmc::InfoTagGame::setGameClientRaw (KODI::GAME::CGameInfoTag *infoTag, const String &gameClient) |
|