Handbook
Glossary
debug-text-vertex-format? ( object -- ? )
Vocabulary
game
.
debug
.
private
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
debug-text-vertex-format
class.
Definition
USING:
kernel
;
IN:
game.debug.private
:
debug-text-vertex-format?
( object -- ? )
\
debug-text-vertex-format
eq?
;