NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
dCsvData_c::SubRoute_s Struct Reference

#include <game/bases/d_wm_csvdata.hpp>

Description

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

Member Data Documentation

◆ mName

char dCsvData_c::SubRoute_s::mName[(10)]

The name of the route.

Definition at line 124 of file d_wm_csvdata.hpp.

◆ mActionType

ActionType_e dCsvData_c::SubRoute_s::mActionType

The action type of the route.

Definition at line 125 of file d_wm_csvdata.hpp.

◆ m_10

int dCsvData_c::SubRoute_s::m_10

Definition at line 126 of file d_wm_csvdata.hpp.

◆ mFlags

u8 dCsvData_c::SubRoute_s::mFlags

Definition at line 127 of file d_wm_csvdata.hpp.