Difference between revisions of "Application:getApiVersion"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
 
 
'''Available since:''' Gideros 2012.08.2<br/>
 
'''Available since:''' Gideros 2012.08.2<br/>
 +
'''Class:''' [[Application]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Returns the Gideros API version.
Returns the API version.<br />
+
<syntaxhighlight lang="lua">
<br />
+
(string) = application:getApiVersion()
<source lang="lua">
+
</syntaxhighlight>
(string) = Application:getApiVersion()
+
 
</source>
 
 
=== Return values ===
 
=== Return values ===
'''Returns''' (string) The API version.<br/>
+
'''Returns''' (string) the API version<br/>
 +
 
 +
{{Application}}

Latest revision as of 18:15, 12 July 2023

Available since: Gideros 2012.08.2
Class: Application

Description

Returns the Gideros API version.

(string) = application:getApiVersion()

Return values

Returns (string) the API version