Handbook
Glossary
use-game-input?<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
use-game-input?<<
( value object -- )
Methods
USING:
accessors
game.worlds
kernel
slots
slots.private
;
M:
game-attributes
use-game-input?<<
[
dup
boolean?
[
\
boolean
bad-slot-value
]
unless
]
dip
13
set-slot
;
inline
USING:
accessors
game.worlds
kernel
slots
slots.private
;
M:
game-world
use-game-input?<<
[
dup
boolean?
[
\
boolean
bad-slot-value
]
unless
]
dip
45
set-slot
;
inline