|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| SensorHitChecker (const char *) | |
| virtual void | init (const JMapInfoIter &) |
| Intializes the NameObj and can set various settings and construct necessary classes. | |
| virtual void | movement () |
| void | initGroup (HitSensor *) |
| void | doObjColGroup (SensorGroup *, SensorGroup *) const |
| void | doObjColInSameGroup (SensorGroup *) const |
| void | checkAttack (HitSensor *, HitSensor *) const |
Public Attributes | |
| SensorGroup * | mPlayerGroup |
| SensorGroup * | mRideGroup |
| SensorGroup * | mEyeGroup |
| SensorGroup * | mSimpleGroup |
| SensorGroup * | mMapObjGroup |
| SensorGroup * | mCharacterGroup |
Additional Inherited Members | |
Private Member Functions inherited from NameObj | |
| NameObj (const char *pName) | |
| Constructs a new NameObj instance. | |
| virtual void | initAfterPlacement () |
| 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 () |
Private 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 10 of file SensorHitChecker.hpp.
| SensorHitChecker::SensorHitChecker | ( | const char * | pName | ) |
Definition at line 145 of file SensorHitChecker.cpp.
|
virtual |
Definition at line 143 of file SensorHitChecker.cpp.
|
virtual |
Intializes the NameObj and can set various settings and construct necessary classes.
| rIter | A reference to the JMapInfoIter that supplies BCSV information. |
Reimplemented from NameObj.
Definition at line 5 of file SensorHitChecker.cpp.
|
virtual |
Reimplemented from NameObj.
Definition at line 34 of file SensorHitChecker.cpp.
| void SensorHitChecker::initGroup | ( | HitSensor * | pSensor | ) |
Definition at line 9 of file SensorHitChecker.cpp.
| SensorGroup* SensorHitChecker::mPlayerGroup |
Definition at line 25 of file SensorHitChecker.hpp.
| SensorGroup* SensorHitChecker::mRideGroup |
Definition at line 26 of file SensorHitChecker.hpp.
| SensorGroup* SensorHitChecker::mEyeGroup |
Definition at line 27 of file SensorHitChecker.hpp.
| SensorGroup* SensorHitChecker::mSimpleGroup |
Definition at line 28 of file SensorHitChecker.hpp.
| SensorGroup* SensorHitChecker::mMapObjGroup |
Definition at line 29 of file SensorHitChecker.hpp.
| SensorGroup* SensorHitChecker::mCharacterGroup |
Definition at line 30 of file SensorHitChecker.hpp.