Difference between revisions of "Application:getApiVersion"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.08.2<br/> === Description === <br /> Returns the API version.<br /> <br /> <source lang="lua"> (string), = Application:getApiVers...")
 
m
(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 />
 
<br />
 
 
<source lang="lua">
 
<source lang="lua">
(string), = Application:getApiVersion()
+
(string) = application:getApiVersion()
 
</source>
 
</source>
'''Returns''' (string) The API version.<br/>
+
 
 +
=== Return values ===
 +
'''Returns''' (string) the API version<br/>
 +
 
 +
{{Application}}

Revision as of 00:53, 13 June 2021

Available since: Gideros 2012.08.2
Class: Application

Description

Returns the Gideros API version.

(string) = application:getApiVersion()

Return values

Returns (string) the API version