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