Home
last modified time | relevance | path

Searched refs:KartType (Results 1 – 10 of 10) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/karts/
H A Dkart.hpp276 RaceManager::KartType m_type;
290 void loadData(RaceManager::KartType type, bool animatedModel);
298 virtual void init(RaceManager::KartType type) OVERRIDE;
548 virtual RaceManager::KartType getType() const OVERRIDE { return m_type; } in getType()
H A Dabstract_kart.hpp124 virtual void init(RaceManager::KartType type) = 0;
261 virtual RaceManager::KartType getType() const = 0;
H A Dkart.cpp195 void Kart::init(RaceManager::KartType type) in init()
2967 void Kart::loadData(RaceManager::KartType type, bool is_animated_model) in loadData()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/race/
H A Drace_manager.hpp236 enum KartType { KT_PLAYER, KT_NETWORK_PLAYER, KT_AI, KT_LEADER, enum in RaceManager
261 KartType m_kart_type;
277 int init_gp_rank, KartType kt, in KartStatus()
650 KartType getKartType(int kart) const in getKartType()
H A Drace_manager.cpp459 KartType kt= m_player_karts[i].isNetworkPlayer() ? KT_NETWORK_PLAYER in startNew()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/modes/
H A Dworld.hpp99 int global_player_id, RaceManager::KartType type,
144 int global_player_id, RaceManager::KartType type,
H A Dprofile_world.hpp73 int global_player_id, RaceManager::KartType type,
H A Dthree_strikes_battle.cpp182 if (kart->getType() == RaceManager::KartType::KT_SPARE_TIRE) in kartAdded()
714 sta->init(RaceManager::KartType::KT_SPARE_TIRE); in loadCustomModels()
H A Dprofile_world.cpp108 int global_player_id, RaceManager::KartType kart_type, in createKart()
H A Dworld.cpp459 int global_player_id, RaceManager::KartType kart_type, in createKart()
1492 int global_player_id, RaceManager::KartType kart_type, in createKartWithTeam()