Difference between revisions of "Chroma:isReady"
From GiderosMobile
m (Anthony moved page Chroma.isReady to Chroma:isReady without leaving a redirect) |
|||
Line 6: | Line 6: | ||
<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"> | <source lang="lua"> | ||
− | (bool) = | + | (bool) = Chroma:isReady() |
</source> | </source> | ||
=== <translate>Parameters</translate> === | === <translate>Parameters</translate> === |
Revision as of 14:19, 27 June 2020
Available since: Gideros 2020.6
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.