Difference between revisions of "Application:getApiVersion"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
m (Text replacement - "<source" to "<syntaxhighlight")
 
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
Returns the Gideros API version.
 
Returns the Gideros API version.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(string) = application:getApiVersion()
 
(string) = application:getApiVersion()
 
</syntaxhighlight>
 
</syntaxhighlight>

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