Handbook Glossary
factorcode.org
textures>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition
IN: accessors

GENERIC: textures>> ( object -- value )


Methods
USING: accessors minesweeper slots.private ;

M: grid-gadget textures>> 20 slot ; inline


USING: accessors model-viewer slots.private ;

M: model-state textures>> 5 slot ; inline


USING: accessors slots.private snake-game.ui ;

M: snake-gadget textures>> 20 slot ; inline