|
SuperTuxKart
|
A simple class to keep information about a track mode. More...
Public Member Functions | |
| TrackMode () | |
| Default constructor, sets default names for all fields. | |
Public Attributes | |
| std::string | m_name |
| Name / description of this mode. | |
| std::string | m_quad_name |
| Name of the quad file to use. More... | |
| std::string | m_graph_name |
| Name of the graph file to use. More... | |
| std::string | m_scene |
| Name of the scene file to use. More... | |
A simple class to keep information about a track mode.
| std::string Track::TrackMode::m_graph_name |
Name of the graph file to use.
| std::string Track::TrackMode::m_quad_name |
Name of the quad file to use.
| std::string Track::TrackMode::m_scene |
Name of the scene file to use.