Chroma:isReady

From GiderosMobile
Revision as of 15:26, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")


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.