Class: Gamefic::Scene::Pause

Inherits:
Base
  • Object
show all
Defined in:
lib/gamefic/scene/pause.rb

Overview

Pause a scene. This rig simply runs on_start and waits for user input before proceeding to on_finish. The user input itself is ignored by default.

Instance Attribute Summary

Attributes inherited from Base

#actor, #context, #name, #narrative, #props

Class Method Summary collapse

Methods inherited from Base

#finish, finish_blocks, inherited, #initialize, on_finish, on_start, props_class, rename, #rename, #start, start_blocks, #to_hash, #type

Constructor Details

This class inherits a constructor from Gamefic::Scene::Base

Class Method Details

.typeObject



12
13
14
# File 'lib/gamefic/scene/pause.rb', line 12

def self.type
  'Pause'
end