|
void | InitialiseRemora () |
|
void | ActivateRemora (RemoraMode eMode) |
|
void | SetModeOverride (RemoraMode eMode) |
|
void | SetDefaultOrOverrideMode () |
|
void | DeactivateRemora (bool8 bForceShutdown) |
|
void | CycleRemoraLogic (const _input &sKeyboardState) |
|
void | DrawRemora () |
|
const char * | LocateTextFromReference (uint32 nHashRef) |
|
void | Save (Common::WriteStream *stream) const |
|
void | Restore (Common::SeekableReadStream *stream) |
|
void | AccessMenuLevelVariables (int32 *pnParams, MenuVariableAccessMode eRetrieve) |
|
void | DrawScreenText () |
|
void | DrawVoiceOverText () const |
|
void | DrawEmailWaiting () |
|
void | ToggleTextFormattingPlatform () |
|
bool8 | FormatForPSX () const |
|
uint32 | GetRemoraSurfaceId () |
|
bool8 | CohenSutherland (DXrect oRect, int32 &nX1, int32 &nY1, int32 &nX2, int32 &nY2, bool8 bnClip) const |
|
bool8 | IsActive () const |
|
RemoraMode | GetMode () const |
|
void | SetMode (RemoraMode eMode) |
|
void | SetText (const char *pcText, uint8 nAttribute, uint8 nIndent, _pin_position ePosition) |
|
void | DrawHeadingText () |
|
void | SetupPicture (uint32 nPixelOffset, const char *pcPictureName) |
|
void | ClearAllText () |
|
void | DisplayCharacterSpeech (uint32 nHash) |
|
void | SetMaximumZoom (uint32 nZoom) |
|
void | SetMinimumZoom (uint32 nZoom) |
|
void | SetCurrentZoom (uint32 nZoom) |
|
void | NewEmail (const char *pcEmailID) |
|
bool8 | IsEmailWaiting () const |
|
bool8 | IsThisEmailWaiting (const char *pcEmailID) const |
|
void | MarkEmailRead () |
|
void | AddFloorRange (uint32 nLower, uint32 nUpper) |
|
void | ResetFloorRanges () |
|
bool8 | EMPEffect () |
|
uint32 | GetSpeechTimer () const |
|
int32 | GetProgressBarValue () |
|
void | SetProgressBarValue (int32 v) |
|
int32 | GetProgressBarTotal () |
|
void | SetProgressBarTotal (int32 t) |
|
void | DrawProgressBar () |
|