SuperTuxKart
|
This is the complete list of members for RemoteKartInfo, including all inherited members.
copyFrom(std::shared_ptr< NetworkPlayerProfile > p, unsigned local_id) (defined in RemoteKartInfo) | RemoteKartInfo | |
disconnected() const (defined in RemoteKartInfo) | RemoteKartInfo | inline |
getCountryCode() const (defined in RemoteKartInfo) | RemoteKartInfo | inline |
getDefaultKartColor() const (defined in RemoteKartInfo) | RemoteKartInfo | inline |
getGlobalPlayerId() const (defined in RemoteKartInfo) | RemoteKartInfo | inline |
getHandicap() const (defined in RemoteKartInfo) | RemoteKartInfo | inline |
getHostId() const (defined in RemoteKartInfo) | RemoteKartInfo | inline |
getKartData() const (defined in RemoteKartInfo) | RemoteKartInfo | inline |
getKartName() const (defined in RemoteKartInfo) | RemoteKartInfo | inline |
getKartTeam() const (defined in RemoteKartInfo) | RemoteKartInfo | inline |
getLocalPlayerId() const (defined in RemoteKartInfo) | RemoteKartInfo | inline |
getNetworkPlayerProfile() const (defined in RemoteKartInfo) | RemoteKartInfo | inline |
getOnlineId() const (defined in RemoteKartInfo) | RemoteKartInfo | inline |
getPlayerName() const (defined in RemoteKartInfo) | RemoteKartInfo | inline |
isNetworkPlayer() const (defined in RemoteKartInfo) | RemoteKartInfo | inline |
isReserved() const (defined in RemoteKartInfo) | RemoteKartInfo | inline |
m_country_code (defined in RemoteKartInfo) | RemoteKartInfo | private |
m_default_kart_color (defined in RemoteKartInfo) | RemoteKartInfo | private |
m_global_player_id (defined in RemoteKartInfo) | RemoteKartInfo | private |
m_handicap (defined in RemoteKartInfo) | RemoteKartInfo | private |
m_host_id (defined in RemoteKartInfo) | RemoteKartInfo | private |
m_kart_data (defined in RemoteKartInfo) | RemoteKartInfo | private |
m_kart_name (defined in RemoteKartInfo) | RemoteKartInfo | private |
m_kart_team (defined in RemoteKartInfo) | RemoteKartInfo | private |
m_local_player_id (defined in RemoteKartInfo) | RemoteKartInfo | private |
m_network_player (defined in RemoteKartInfo) | RemoteKartInfo | private |
m_online_id (defined in RemoteKartInfo) | RemoteKartInfo | private |
m_profile (defined in RemoteKartInfo) | RemoteKartInfo | private |
m_user_name (defined in RemoteKartInfo) | RemoteKartInfo | private |
makeReserved() (defined in RemoteKartInfo) | RemoteKartInfo | inline |
operator<(const RemoteKartInfo &other) const (defined in RemoteKartInfo) | RemoteKartInfo | inline |
RemoteKartInfo(int player_id, const std::string &kart_name, const irr::core::stringw &user_name, uint32_t host_id, bool network) (defined in RemoteKartInfo) | RemoteKartInfo | inline |
RemoteKartInfo(const std::string &kart_name) (defined in RemoteKartInfo) | RemoteKartInfo | inline |
RemoteKartInfo() (defined in RemoteKartInfo) | RemoteKartInfo | inline |
setCountryCode(const std::string &id) (defined in RemoteKartInfo) | RemoteKartInfo | inline |
setDefaultKartColor(float value) (defined in RemoteKartInfo) | RemoteKartInfo | inline |
setGlobalPlayerId(int id) (defined in RemoteKartInfo) | RemoteKartInfo | inline |
setHandicap(HandicapLevel value) (defined in RemoteKartInfo) | RemoteKartInfo | inline |
setHostId(uint32_t id) (defined in RemoteKartInfo) | RemoteKartInfo | inline |
setKartData(const KartData &data) (defined in RemoteKartInfo) | RemoteKartInfo | inline |
setKartName(const std::string &n) (defined in RemoteKartInfo) | RemoteKartInfo | inline |
setKartTeam(KartTeam team) (defined in RemoteKartInfo) | RemoteKartInfo | inline |
setLocalPlayerId(int id) (defined in RemoteKartInfo) | RemoteKartInfo | inline |
setNetworkPlayer(bool value) (defined in RemoteKartInfo) | RemoteKartInfo | inline |
setNetworkPlayerProfile(std::weak_ptr< NetworkPlayerProfile > npp) (defined in RemoteKartInfo) | RemoteKartInfo | inline |
setOnlineId(uint32_t id) (defined in RemoteKartInfo) | RemoteKartInfo | inline |
setPlayerName(const irr::core::stringw &u) (defined in RemoteKartInfo) | RemoteKartInfo | inline |