SuperTuxKart
|
Public Attributes | |
unsigned int | m_kart_id |
Kart ID in World. | |
float | m_start_at |
Start time for each line of the animation. More... | |
float | m_x_pos |
Currenct X position. More... | |
float | m_y_pos |
Currenct Y position. More... | |
bool | m_is_player_kart |
True if kart is a player kart. More... | |
float | m_radius |
The radius to use when sorting the entries. More... | |
float | m_centre_point |
The center point when sorting the entries. More... | |
core::stringw | m_kart_name |
The names of all karts in the right order. More... | |
float | m_new_points |
Points earned in this race. More... | |
int | m_new_overall_points |
New overall points after this race. More... | |
int | m_new_gp_rank |
New GP rank after this race. More... | |
float | m_current_displayed_points |
When updating the number of points in the display, this is the currently displayed number of points. More... | |
video::ITexture * | m_kart_icon |
The kart icons. More... | |
core::stringw | m_finish_time_string |
The times of all karts in the right order. More... | |
float | m_kart_color |
The kart color. | |
unsigned int | m_laps |
Number of laps that kart finished. | |
float RaceResultGUI::RowInfo::m_centre_point |
The center point when sorting the entries.
float RaceResultGUI::RowInfo::m_current_displayed_points |
When updating the number of points in the display, this is the currently displayed number of points.
This is a floating point number since it stores the increments during increasing the points.
core::stringw RaceResultGUI::RowInfo::m_finish_time_string |
The times of all karts in the right order.
bool RaceResultGUI::RowInfo::m_is_player_kart |
True if kart is a player kart.
video::ITexture* RaceResultGUI::RowInfo::m_kart_icon |
The kart icons.
core::stringw RaceResultGUI::RowInfo::m_kart_name |
The names of all karts in the right order.
int RaceResultGUI::RowInfo::m_new_gp_rank |
New GP rank after this race.
int RaceResultGUI::RowInfo::m_new_overall_points |
New overall points after this race.
float RaceResultGUI::RowInfo::m_new_points |
Points earned in this race.
float RaceResultGUI::RowInfo::m_radius |
The radius to use when sorting the entries.
Positive values will rotate downwards, negatives are upwards.
float RaceResultGUI::RowInfo::m_start_at |
Start time for each line of the animation.
float RaceResultGUI::RowInfo::m_x_pos |
Currenct X position.
float RaceResultGUI::RowInfo::m_y_pos |
Currenct Y position.