#include <CourseInfo.h>
Public Member Functions | |
| CourseInfo () | |
| u8 | getWorldNo () const |
| u8 | getCourseNo () const |
| u8 | getFileNo () const |
| u8 | getNextGotoNo () const |
| u32 | getAreaNo () const |
| u32 | getSceneEnterType () const |
| void | setNextWorldNo (u8) |
| void | setNextCourseNo (u8) |
| void | setNextFileNo (u8) |
| void | setNextNextGotoNo (u8) |
| void | setNextSceneEnterType (u32) |
| bool | isShortPlay () const |
| bool | isTitle () const |
Private Attributes | |
| struct { | |
| u8 world_no | |
| u8 course_no | |
| u8 file_no | |
| u8 next_goto_no | |
| u32 area_no | |
| u32 scene_enter_type | |
| } | mCourseNow |
| struct { | |
| u8 world_no | |
| u8 course_no | |
| u8 file_no | |
| u8 next_goto_no | |
| u32 scene_enter_type | |
| } | mCourseNext |
| CourseInfo::CourseInfo | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void CourseInfo::setNextWorldNo | ( | u8 | ) |
| void CourseInfo::setNextCourseNo | ( | u8 | ) |
| void CourseInfo::setNextFileNo | ( | u8 | ) |
| void CourseInfo::setNextNextGotoNo | ( | u8 | ) |
| void CourseInfo::setNextSceneEnterType | ( | u32 | ) |
| bool CourseInfo::isShortPlay | ( | ) | const |
| bool CourseInfo::isTitle | ( | ) | const |
| u8 CourseInfo::world_no |
| u8 CourseInfo::course_no |
| u8 CourseInfo::file_no |
| u8 CourseInfo::next_goto_no |
| u32 CourseInfo::area_no |
| u32 CourseInfo::scene_enter_type |
| struct { ... } CourseInfo::mCourseNow |
| struct { ... } CourseInfo::mCourseNext |