Difference between revisions of "Chroma:getSession"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 7: Line 7:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
(number) = Chroma:getSession()
 
(number) = Chroma:getSession()
</source>
+
</syntaxhighlight>
 
=== <translate>Parameters</translate> ===
 
=== <translate>Parameters</translate> ===
  

Latest revision as of 15:26, 13 July 2023


Available since: Gideros 2020.7
Class: chroma

Description

Gets the session id, zero if no session id

(number) = Chroma:getSession()

Parameters

Return values

Returns (number) The session id or zero.