end-game-world ( world -- )
Game worlds

Prev:begin-game-world ( world -- )
Next:tick-game-world ( world -- )


Vocabulary
game.worlds

Inputs
worlda game-world


Outputs
None

Word description
This generic word is called by the end-world method for game-world subclasses immediately after the game world stops the game loop.

See also
game-world, begin-game-world, tick-game-world

Definition


Methods