xbmc
|
Class to represent a game player (a.k.a. agent) More...
#include <GameAgent.h>
Public Member Functions | |
CGameAgent (PERIPHERALS::PeripheralPtr peripheral) | |
void | Initialize () |
void | Deinitialize () |
PERIPHERALS::PeripheralPtr | GetPeripheral () const |
std::string | GetPeripheralName () const |
const std::string & | GetPeripheralLocation () const |
ControllerPtr | GetController () const |
CDateTime | LastActive () const |
float | GetActivation () const |
Class to represent a game player (a.k.a. agent)
The term "agent" is used to distinguish game players from the myriad of other uses of the term "player" in Kodi, such as media players and player cores.