Difference between revisions of "Chroma:isReady"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>Returns true if Chroma has started and is ready to accept commands.</translate>
 
<translate>Returns true if Chroma has started and is ready to accept commands.</translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(bool) = Chroma:isReady()
 
(bool) = Chroma:isReady()
 
</source>
 
</source>

Revision as of 15:26, 13 July 2023


Available since: Gideros 2020.7
Class: chroma

Description

Returns true if Chroma has started and is ready to accept commands. <syntaxhighlight lang="lua"> (bool) = Chroma:isReady() </source>

Parameters

Return values

Returns (bool) True if ready to accepts commands.