|
SuperTuxKart
|
Public Attributes | |
| unsigned int | m_kart_id |
| Kart ID in World. | |
| float | m_start_at |
| Start time for each line of the animation. | |
| float | m_x_pos |
| Currenct X position. | |
| float | m_y_pos |
| Currenct Y position. | |
| bool | m_is_player_kart |
| True if kart is a player kart. | |
| float | m_radius |
| The radius to use when sorting the entries. More... | |
| float | m_centre_point |
| The center point when sorting the entries. | |
| core::stringw | m_kart_name |
| The names of all karts in the right order. | |
| float | m_new_points |
| Points earned in this race. | |
| int | m_new_overall_points |
| New overall points after this race. | |
| int | m_new_gp_rank |
| New GP rank after this race. | |
| 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. | |
| core::stringw | m_finish_time_string |
| The times of all karts in the right order. | |
| float | m_kart_color |
| The kart color. | |
| unsigned int | m_laps |
| Number of laps that kart finished. | |
| 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.
| float RaceResultGUI::RowInfo::m_radius |
The radius to use when sorting the entries.
Positive values will rotate downwards, negatives are upwards.