Difference between revisions of "Chroma:isReady"
From GiderosMobile
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__  | __NOTOC__  | ||
| − | + | '''Available since:''' Gideros 2020.7<br/>  | |
| − | '''  | + | '''Class:''' [[chroma]]<br/>  | 
| − | '''  | + | |
| − | ===   | + | === Description ===  | 
| − | + | Returns true if Chroma has started and is ready to accept commands.  | |
| − | <  | + | <syntaxhighlight lang="lua">  | 
(bool) = Chroma:isReady()  | (bool) = Chroma:isReady()  | ||
| − | </  | + | </syntaxhighlight>  | 
| − | ===   | + | |
| + | === Parameters ===  | ||
| − | ===   | + | === Return values ===  | 
| − | '''  | + | '''Returns''' (bool) True if ready to accepts commands<br/>  | 
{{Chroma}}  | {{Chroma}}  | ||
Latest revision as of 21:56, 6 November 2024
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