tick-game-world ( world -- )
Game worlds

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


Vocabulary
game.worlds

Inputs
worlda game-world


Outputs
None

Word description
This generic word is called by the tick* method for game-world subclasses every time the game loop's tick interval occurs.

See also
game-world, begin-game-world, end-game-world

Definition


Methods