Handbook
Glossary
game-loop-error-state
Vocabulary
game
.
loop
Definition
IN:
game.loop
TUPLE:
game-loop-error-state
error game-loop
;
Methods
USING:
accessors
debugger
game.loop
io
;
M:
game-loop-error-state
error.
"An error occurred inside a game loop."
print
"The game loop has been stopped to prevent runaway errors."
print
"The error was:"
print
nl
error>>
error.
;