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...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | (string) | + | (string) = Application:getApiVersion() |
</source> | </source> | ||
'''Returns''' (string) The API version.<br/> | '''Returns''' (string) The API version.<br/> |
Revision as of 10:16, 23 August 2018
Available since: Gideros 2012.08.2
Description
Returns the API version.
(string) = Application:getApiVersion()
Returns (string) The API version.