begin-game-world ( world -- )
Game worlds

Prev:game-attributes
Next:end-game-world ( world -- )


Vocabulary
game.worlds

Inputs
worlda game-world


Outputs
None

Word description
This generic word is called by the begin-world method for game-world subclasses immediately before the game world starts the game loop. If the game world has an audio-engine, it will be initialized and started before begin-game-world is called.

See also
game-world, end-game-world, tick-game-world

Definition


Methods