summaryrefslogtreecommitdiff
path: root/grc/blocks/variable.xml
blob: afee0f5d4a954102ffce2cedb62db017862959a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<!--
###################################################
##Variable block: a grc variable with key, value
###################################################
 -->
<block>
	<name>Variable</name>
	<key>variable</key>
	<var_make>self.$(id) = $(id) = $value</var_make>
	<make></make>
	<callback>self.set_$(id)($value)</callback>
	<param>
		<name>Value</name>
		<key>value</key>
		<value>0</value>
		<type>raw</type>
	</param>
	<doc>
This block maps a value to a unique variable. \
This variable block has no graphical representation.
	</doc>
</block>