|
NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
#include <game/bases/d_wm_csvdata.hpp>
Contains the data for a point-to-point route on the world map.
Definition at line 123 of file d_wm_csvdata.hpp.
Public Attributes | |
| char | mName [(10)] |
| The name of the route. | |
| ActionType_e | mActionType |
| The action type of the route. | |
| int | m_10 |
| u8 | mFlags |
| char dCsvData_c::SubRoute_s::mName[(10)] |
The name of the route.
Definition at line 124 of file d_wm_csvdata.hpp.
| ActionType_e dCsvData_c::SubRoute_s::mActionType |
The action type of the route.
Definition at line 125 of file d_wm_csvdata.hpp.
| int dCsvData_c::SubRoute_s::m_10 |
Definition at line 126 of file d_wm_csvdata.hpp.
| u8 dCsvData_c::SubRoute_s::mFlags |
Definition at line 127 of file d_wm_csvdata.hpp.