mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
10 lines
286 B
Plaintext
10 lines
286 B
Plaintext
{
|
|
"name": "var",
|
|
"type": "function",
|
|
"groups": ["General"],
|
|
"description": "Returns the value stored within a specified variable.",
|
|
"arguments": [ {"arg":"name","description":"a variable name"}],
|
|
"examples": [ { "expression":"var('qgis_version')", "returns":"'2.12'"}
|
|
]
|
|
}
|