#include <ScreenRallyRace.h>
Inheritance diagram for ScreenRallyRace:
Public Member Functions | |
ScreenRallyRace () | |
ScreenRallyRace (const MString &name) | |
virtual | ~ScreenRallyRace () |
virtual void | Init () |
virtual void | Update (const float dTime) |
[internal] Update (call this update last when abstracting because Update can destroy the object) | |
virtual void | Message (int Message, PStack &data, const MString &name) |
Receive message (When subscribing to messages, you receive them via this command). | |
CLASS_RTTI (ScreenRallyRace, ScreenOutdoors) | |
Private Attributes | |
MercuryINI | m_pINI |
MercuryODEWorld | m_pWorld |
MercuryCamera | m_fCamera |
Definition at line 10 of file ScreenRallyRace.h.
ScreenRallyRace::ScreenRallyRace | ( | ) | [inline] |
Definition at line 13 of file ScreenRallyRace.h.
ScreenRallyRace::ScreenRallyRace | ( | const MString & | name | ) | [inline] |
Definition at line 14 of file ScreenRallyRace.h.
ScreenRallyRace::~ScreenRallyRace | ( | ) | [virtual] |
Definition at line 14 of file ScreenRallyRace.cpp.
void ScreenRallyRace::Init | ( | ) | [virtual] |
void ScreenRallyRace::Update | ( | const float | dTime | ) | [virtual] |
[internal] Update (call this update last when abstracting because Update can destroy the object)
Reimplemented from MercuryScreen.
Definition at line 43 of file ScreenRallyRace.cpp.
Receive message (When subscribing to messages, you receive them via this command).
Reimplemented from MercuryScreen.
Definition at line 69 of file ScreenRallyRace.cpp.
ScreenRallyRace::CLASS_RTTI | ( | ScreenRallyRace | , | |
ScreenOutdoors | ||||
) |
MercuryINI ScreenRallyRace::m_pINI [private] |
Definition at line 22 of file ScreenRallyRace.h.
MercuryODEWorld ScreenRallyRace::m_pWorld [private] |
Definition at line 23 of file ScreenRallyRace.h.
MercuryCamera ScreenRallyRace::m_fCamera [private] |
Definition at line 24 of file ScreenRallyRace.h.