ScummVM API documentation
MTropolis::LowLevelSceneStateTransitionAction Struct Reference

Public Types

enum  ActionType {
  kLoad, kUnload, kSendMessage, kAutoResetCursor,
  kHideAllElements, kShowDefaultVisibleElements
}
 

Public Member Functions

 LowLevelSceneStateTransitionAction (const Common::SharedPtr< MessageDispatch > &msg)
 
 LowLevelSceneStateTransitionAction (ActionType actionType)
 
 LowLevelSceneStateTransitionAction (const LowLevelSceneStateTransitionAction &other)
 
 LowLevelSceneStateTransitionAction (const Common::SharedPtr< Structural > &scene, ActionType actionType)
 
ActionType getActionType () const
 
const Common::SharedPtr< Structural > & getScene () const
 
const Common::SharedPtr< MessageDispatch > & getMessage () const
 
LowLevelSceneStateTransitionActionoperator= (const LowLevelSceneStateTransitionAction &other)
 

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