struct GameScene::MountainTop
- GameScene::MountainTop
- GameScene::BaseScene
- Scene
- Struct
- Value
- Object
Defined in:
game_scene/mountain_top.crInstance Method Summary
-
#commands(state : State) : Array(Command)
Returns an ordered list of commands available to the user.
-
#render(state : State)
Render the scene description.
Instance methods inherited from struct GameScene::BaseScene
commands(state : State) : Array(Command)
commands
Instance methods inherited from struct Scene
commands(state : State) : Array(Command)
commands,
persist_scene_state(state : State) : State
persist_scene_state,
render(state : State)
render,
run(state : State) : Tuple(Scene, State)?
run
Constructor methods inherited from struct Scene
new
new
Instance Method Detail
Description copied from struct Scene
Returns an ordered list of commands available to the user.
These commands will be displayed after the scene description produced in #render