Home
last modified time | relevance | path

Searched refs:shotHeat (Results 1 – 3 of 3) sorted by relevance

/dports/games/kuklomenos/kuklomenos-0.4.5/
H A Dstate.cc142 int GameState::shotHeat(int type) in shotHeat() function in GameState
563 you.shootHeat < you.shootMaxHeat - shotHeat(2)) in handleGameInput()
569 you.shootHeat < you.shootMaxHeat - shotHeat(1)) in handleGameInput()
575 you.shootHeat < you.shootMaxHeat - shotHeat(0)) in handleGameInput()
594 shotHeat(weight-1))/you.shootCoolrate, in handleGameInput()
606 you.shootHeat += shotHeat(weight-1); in handleGameInput()
618 you.shootHeat < you.shootMaxHeat - shotHeat(3)) in handleGameInput()
625 you.shootHeat += shotHeat(3); in handleGameInput()
924 const Uint32 c = ( (you.shootHeat < you.shootMaxHeat - shotHeat(3)) ? in drawNodeTargetting()
1112 if (you.shootHeat >= you.shootMaxHeat - shotHeat(i)) in drawIndicators()
H A Dai.cc160 gameState->you.shootMaxHeat - gameState->shotHeat(3)) ) in update()
256 gameState->you.shootMaxHeat - gameState->shotHeat(shotWeight-1) in update()
H A Dstate.h44 int shotHeat(int type);