DoopelPonger
|
Class used when a player's charge is full to randomly pick the power up the player gets to use. More...
Public Member Functions | |
virtual CoopPlayerPowerUp | GetPowerUp () |
Public Attributes | |
CoopPlayerPowerUp [] | commonPowerUps |
CoopPlayerPowerUp [] | multiPlayerOnlyPowerUps |
CoopPlayerPowerUp [] | singlePlayerOnlyPowerUps |
BoundriesCreator.GameMode | gameMode |
Class used when a player's charge is full to randomly pick the power up the player gets to use.
|
virtual |
Reimplemented in TutorialPlayerPowerUpDecider.
CoopPlayerPowerUp [] CoopPlayerPowerUpDecider.commonPowerUps |
All power ups that are available for both single player and cooperative.
BoundriesCreator.GameMode CoopPlayerPowerUpDecider.gameMode |
The gamemode of the active round.
CoopPlayerPowerUp [] CoopPlayerPowerUpDecider.multiPlayerOnlyPowerUps |
Power ups available only in the single player mode.
CoopPlayerPowerUp [] CoopPlayerPowerUpDecider.singlePlayerOnlyPowerUps |
Power ups only available in the cooperative mode.