|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| PlanetMapCreator (const char *) | |
| void | makeArchiveListPlanet (NameObjArchiveListCollector *, const JMapInfoIter &, const char *) |
| void | createPlanetMapDataTable (JMapInfo *) |
| void | addTableData (const JMapInfo *, s32) |
| PlanetMapData * | getTableData (const char *) const |
| bool | isScenarioForceLow (const PlanetMapData *) const |
Public Member Functions inherited from NameObj | |
| NameObj (const char *pName) | |
| Constructs a new NameObj instance. | |
| virtual void | init (const JMapInfoIter &rIter) |
| Intializes the NameObj and can set various settings and construct necessary classes. | |
| virtual void | initAfterPlacement () |
| virtual void | movement () |
| virtual void | draw () const |
| Draws the object. Does nothing until overridden. | |
| virtual void | calcAnim () |
| virtual void | calcViewAndEntry () |
| void | initWithoutIter () |
| Initializes a NameObj without a JMapInfoIter instance. | |
| void | setName (const char *pName) |
| Sets the NameObj's mName. | |
| void | executeMovement () |
| void | requestSuspend () |
| void | requestResume () |
| void | syncWithFlags () |
Public Attributes | |
| PlanetMapData ** | mPlanetMapData |
| s32 | mTableCount |
Public Attributes inherited from NameObj | |
| const char * | mName |
| A string to identify the NameObj. | |
| volatile u16 | mFlags |
| Flags in relation to movement. | |
| s16 | mExecutorIdx |
| The index into the NameObjExecuteInfo array. | |
Definition at line 52 of file PlanetMapCreator.hpp.
|
virtual |
Definition at line 160 of file PlanetMapCreator.cpp.
| void PlanetMapCreator::createPlanetMapDataTable | ( | JMapInfo * | pInfo | ) |
Definition at line 75 of file PlanetMapCreator.cpp.
| void PlanetMapCreator::addTableData | ( | const JMapInfo * | pInfo, |
| s32 | idx ) |
Definition at line 83 of file PlanetMapCreator.cpp.
| PlanetMapData * PlanetMapCreator::getTableData | ( | const char * | pName | ) | const |
Definition at line 107 of file PlanetMapCreator.cpp.
| bool PlanetMapCreator::isScenarioForceLow | ( | const PlanetMapData * | pData | ) | const |
Definition at line 117 of file PlanetMapCreator.cpp.
| PlanetMapData** PlanetMapCreator::mPlanetMapData |
Definition at line 64 of file PlanetMapCreator.hpp.
| s32 PlanetMapCreator::mTableCount |
Definition at line 65 of file PlanetMapCreator.hpp.