Difference between revisions of "Chroma:isReady"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 7: | Line 7: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
(bool) = Chroma:isReady() | (bool) = Chroma:isReady() | ||
− | </ | + | </syntaxhighlight> |
=== <translate>Parameters</translate> === | === <translate>Parameters</translate> === | ||
Revision as of 14:27, 13 July 2023
Available since: Gideros 2020.7
Class: chroma
Description
Returns true if Chroma has started and is ready to accept commands.
(bool) = Chroma:isReady()
Parameters
Return values
Returns (bool) True if ready to accepts commands.