Home
last modified time | relevance | path

Searched refs:POWERUP_RUBBERBALL (Results 1 – 11 of 11) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/items/
H A Dprojectile_manager.cpp197 case PowerupManager::POWERUP_RUBBERBALL: in newProjectile()
273 if (i->second->getType() == PowerupManager::POWERUP_RUBBERBALL) in getBasketballPositions()
301 case PowerupManager::POWERUP_RUBBERBALL: in getUniqueIdentity()
H A Dpowerup_manager.hpp136 POWERUP_SWITCH, POWERUP_SWATTER, POWERUP_RUBBERBALL, enumerator
H A Dpowerup_manager.cpp506 case POWERUP_RUBBERBALL: in loadPowerup()
616 if (powerup == POWERUP_CAKE || powerup == POWERUP_RUBBERBALL) in getRandomPowerup()
H A Drubber_ball.cpp63 : Flyable(kart, PowerupManager::POWERUP_RUBBERBALL, 0.0f /* mass */), in RubberBall()
357 Flyable::init(node, rubberball, PowerupManager::POWERUP_RUBBERBALL); in init()
H A Dpowerup.cpp291 case PowerupManager::POWERUP_RUBBERBALL: in use()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/scriptengine/
H A Dscript_kart.cpp197 …e->RegisterEnumValue("PowerupType", "RUBBERBALL", PowerupManager::PowerupType::POWERUP_RUBBERBALL); in registerScriptEnums()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/replay/
H A Dreplay_recorder.cpp517 (type == PowerupManager::POWERUP_RUBBERBALL) ? 8 : in enumToCode()
551 (code == 8) ? PowerupManager::POWERUP_RUBBERBALL : in codeToEnumItem()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/karts/controller/
H A Darena_ai.cpp562 case PowerupManager::POWERUP_RUBBERBALL: in useItems()
H A Dskidding_ai.cpp1263 case PowerupManager::POWERUP_RUBBERBALL: in handleItems()
1304 …anager::get()->getNearbyProjectileCount(m_kart, shield_radius, PowerupManager::POWERUP_RUBBERBALL); in handleBubblegum()
H A Dtest_ai.cpp1426 case PowerupManager::POWERUP_RUBBERBALL: in handleItems()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/utils/
H A Ddebug.cpp511 addPowerup(PowerupManager::POWERUP_RUBBERBALL); in handleContextMenuAction()