VoltAir
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups Pages
Properties | List of all members
MultiPlayerFillBar Class Reference

Progress bar that shows the proportion of Snowflakes attained out of the total needed. More...

Inheritance diagram for MultiPlayerFillBar:

Properties

real snowflakesCollected
 How many Snowflakes were collected by this bar's player. More...
 
real totalSnowflakes
 How many Snowflakes should've been collected to completely fill the bar. More...
 
string fillColor
 Color theme for this bar to use. More...
 

Detailed Description

Progress bar that shows the proportion of Snowflakes attained out of the total needed.

Property Documentation

string MultiPlayerFillBar::fillColor

Color theme for this bar to use.

real MultiPlayerFillBar::snowflakesCollected

How many Snowflakes were collected by this bar's player.

real MultiPlayerFillBar::totalSnowflakes

How many Snowflakes should've been collected to completely fill the bar.