ScummVM API documentation
MADS::Dragonsphere::DummyScene Class Reference
Inheritance diagram for MADS::Dragonsphere::DummyScene:
MADS::Dragonsphere::DragonsphereScene MADS::SceneLogic

Public Member Functions

 DummyScene (MADSEngine *vm)
 
void setup () override
 
void enter () override
 
void actions () override
 
- Public Member Functions inherited from MADS::Dragonsphere::DragonsphereScene
 DragonsphereScene (MADSEngine *vm)
 
void sub7178C ()
 
- Public Member Functions inherited from MADS::SceneLogic
 SceneLogic (MADSEngine *vm)
 
virtual ~SceneLogic ()
 
virtual void step ()
 
virtual void preActions ()
 
virtual void postActions ()
 
virtual void unhandledAction ()
 
virtual void synchronize (Common::Serializer &s)
 

Additional Inherited Members

- Protected Member Functions inherited from MADS::Dragonsphere::DragonsphereScene
Common::Path formAnimName (char sepChar, int suffixNum)
 
void lowRoomsEntrySound ()
 
- Protected Attributes inherited from MADS::Dragonsphere::DragonsphereScene
DragonsphereGlobals_globals
 
GameDragonsphere_game
 
MADSAction_action
 
- Protected Attributes inherited from MADS::SceneLogic
MADSEngine_vm
 
Scene_scene
 

Member Function Documentation

◆ setup()

void MADS::Dragonsphere::DummyScene::setup ( )
inlineoverridevirtual

Called to initially setup a scene

Implements MADS::SceneLogic.

◆ enter()

void MADS::Dragonsphere::DummyScene::enter ( )
inlineoverridevirtual

Called as the scene is entered (made active)

Implements MADS::SceneLogic.

◆ actions()

void MADS::Dragonsphere::DummyScene::actions ( )
inlineoverridevirtual

Handles scene actions

Implements MADS::SceneLogic.


The documentation for this class was generated from the following file: