- get
Option!Player get(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
Option!Player get(Device device)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
Option!Player get(const(Event) event)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasPlayer
bool hasPlayer(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasPlayer
bool hasPlayer(Device device)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasPlayer
bool hasPlayer(Player player)
Undocumented in source. Be warned that the author may not have intended to support it.
- registerPlayer
Player registerPlayer(Device device, PlayerData data)
Undocumented in source. Be warned that the author may not have intended to support it.
- removePlayer
void removePlayer(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- removePlayer
void removePlayer(Device device)
Undocumented in source. Be warned that the author may not have intended to support it.
- removePlayer
void removePlayer(Player player)
Undocumented in source. Be warned that the author may not have intended to support it.