Difference between revisions of "Application:get"

From GiderosMobile
(Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2015.7<br/> '''<translate>Class</translate>:''' Application<br...")
 
(prefixindex)
Line 1: Line 1:
__NOTOC__
+
'''Available since:''' Gideros 2015.7<br/>
<languages />
+
 
'''<translate>Available since</translate>:''' Gideros 2015.7<br/>
+
'''Class:''' [[Application|Application]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Application|Application]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate><br />
+
Returns the state of the desktop setting provided as string parameter.
Returns the state of the desktop setting provided as string parameter.<br />
+
 
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
 
-- print list of all available settings
 
-- print list of all available settings
 
print(application:get("help"))
 
print(application:get("help"))
 
</source>
 
</source>
 +
 +
----
 +
{{Special:PrefixIndex/Application}}
 +
<br/>
 +
 +
{{Special:PrefixIndex/Event.APPLICATION}}

Revision as of 12:59, 2 December 2019

Available since: Gideros 2015.7

Class: Application

Description

Returns the state of the desktop setting provided as string parameter.

-- print list of all available settings
print(application:get("help"))