Handbook
Glossary
CP_CIRCLE_SHAPE? ( object -- ? )
Vocabulary
chipmunk
.
ffi
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
CP_CIRCLE_SHAPE
class.
Definition
USING:
kernel
;
IN:
chipmunk.ffi
:
CP_CIRCLE_SHAPE?
( object -- ? )
\
CP_CIRCLE_SHAPE
eq?
;