Difference between revisions of "Application:getApiVersion"

From GiderosMobile
m
m (Text replacement - "<source" to "<syntaxhighlight")
 
(One intermediate revision by the same user not shown)
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()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

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