|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| CaptureScreenActor (u32, const char *) | |
| virtual void | draw () const |
| Draws the object. Does nothing until overridden. | |
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 | 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 | |
| const char * | mCameraName |
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 46 of file CaptureScreenDirector.hpp.
| CaptureScreenActor::CaptureScreenActor | ( | u32 | scene_arg, |
| const char * | pCameraName ) |
Definition at line 83 of file CaptureScreenDirector.cpp.
|
virtual |
Definition at line 96 of file CaptureScreenDirector.cpp.
|
virtual |
Draws the object. Does nothing until overridden.
Reimplemented from NameObj.
Definition at line 88 of file CaptureScreenDirector.cpp.
| const char* CaptureScreenActor::mCameraName |
Definition at line 53 of file CaptureScreenDirector.hpp.