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