A player profile. More...
#include <Profile.h>
Public Member Functions | |
Profile (const Profile &profile) | |
Public Attributes | |
vector< bool > | isPowerupEnabled |
whether powerups are enabled/disabled for this player | |
PowerupId | powerupStartQueue [MAX_ACQUIRED_POWERUPS] |
powerups this player starts with | |
u16 | maxLines |
number of lines needed to win the game | |
u16 | attackRate |
attack opponents every time score is a multiple of attackRate | |
u8 | powerupRate |
every 'powerupRate' pieces will be a powerup piece |
A player profile.
Definition at line 39 of file Profile.h.