|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| EffectSystem (const char *, bool) | |
| ParticleEmitter * | createEmitter (u16, u8, u8) |
| void | forceDeleteEmitter (ParticleEmitter *) const |
| void | forceDeleteSingleEmitter (SingleEmitter *) 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 | |
| u32 | _C |
| ParticleEmitterHolder * | mEmitterHolder |
| ParticleDrawExecutor * | mDrawExec |
| ParticleCalcExecutor * | mCalcExec |
| AutoEffectGroupHolder * | mGroupHolder |
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 14 of file EffectSystem.hpp.
| u32 EffectSystem::_C |
Definition at line 22 of file EffectSystem.hpp.
| ParticleEmitterHolder* EffectSystem::mEmitterHolder |
Definition at line 23 of file EffectSystem.hpp.
| ParticleDrawExecutor* EffectSystem::mDrawExec |
Definition at line 24 of file EffectSystem.hpp.
| ParticleCalcExecutor* EffectSystem::mCalcExec |
Definition at line 25 of file EffectSystem.hpp.
| AutoEffectGroupHolder* EffectSystem::mGroupHolder |
Definition at line 26 of file EffectSystem.hpp.