Difference between revisions of "Application:getApiVersion"

From GiderosMobile
m
m (Text replacement - "</source" to "</syntaxhighlight")
Line 6: Line 6:
 
<source lang="lua">
 
<source lang="lua">
 
(string) = application:getApiVersion()
 
(string) = application:getApiVersion()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

Revision as of 17:36, 12 July 2023

Available since: Gideros 2012.08.2
Class: Application

Description

Returns the Gideros API version. <source lang="lua"> (string) = application:getApiVersion() </syntaxhighlight>

Return values

Returns (string) the API version