use-game-input?>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: use-game-input?>> ( object -- value )


Methods
USING: accessors game.worlds kernel kernel.private
slots.private ;

M: game-attributes use-game-input?>>
11 slot { boolean } declare ; inline


USING: accessors game.worlds kernel kernel.private
slots.private ;

M: game-world use-game-input?>> 45 slot { boolean } declare
; inline