Public Member Functions | Public Attributes

Profile Struct Reference

A player profile. More...

#include <Profile.h>

List of all members.

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

Detailed Description

A player profile.

Definition at line 39 of file Profile.h.


The documentation for this struct was generated from the following file: