Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
LOC_COLOR_DIFFUSE? ( object -- ? )
Vocabulary
raylib.ffi
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
LOC_COLOR_DIFFUSE
class.
Definition
USING:
kernel
;
IN:
raylib.ffi
:
LOC_COLOR_DIFFUSE?
( object -- ? )
\
LOC_COLOR_DIFFUSE
eq?
;