|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| GameEventFlagAccessor (const GameEventFlag *) | |
| const char * | getName () const |
| bool | isTypeGalaxyOpenStar () const |
| bool | isTypeSpecialStar () const |
| bool | isTypeStarPiece () const |
| bool | isTypeEventValueIsZero () const |
| const char * | getGalaxyName () const |
| s32 | getStarId () const |
| u8 | getStarPieceIndex () const |
| const char * | getGalaxyNameWithStarPiece () const |
| u8 | getNeedStarPieceNum () const |
| const char * | getEventValueName () const |
| u32 | getRequirement () const |
Public Attributes | |
| const GameEventFlag * | mFlag |
Definition at line 25 of file GameEventFlag.hpp.
| s32 GameEventFlagAccessor::getStarId | ( | ) | const |
Definition at line 3 of file GameEventFlag.cpp.
| const GameEventFlag* GameEventFlagAccessor::mFlag |
Definition at line 42 of file GameEventFlag.hpp.