Difference between revisions of "GET TOOL LIST SHOWN"
From Macros Wiki
(New page: {{Command|syntax=GET_TOOL_LIST_SHOWN <visible> |description=*DESCRPTION* |param1=<visible>|param1_desc={{visible}} }} ===Example=== :- GET_TOOL_LIST_SHOWN Category:Tools) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[:Tools:Tool_Tiles|{{Up}}]] | ||
+ | |||
{{Command|syntax=GET_TOOL_LIST_SHOWN <visible> | {{Command|syntax=GET_TOOL_LIST_SHOWN <visible> | ||
− | |description= | + | |description=:Check if the tool list is currently shown or not. |
− | |param1=<visible>|param1_desc={{ | + | |param1=<visible>|param1_desc={{parameter_variable_any_name}} the display state. 1 = visible, 0 = hidden. |
}} | }} | ||
===Example=== | ===Example=== | ||
− | : | + | :GET_TOOL_LIST_SHOWN g3 |
+ | |||
+ | :For an example macro see [[Tool_Tiles]] | ||
+ | |||
[[Category:Tools]] | [[Category:Tools]] |
Latest revision as of 14:46, 13 January 2011
Command
- GET_TOOL_LIST_SHOWN <visible>
- Check if the tool list is currently shown or not.
Parameters
- <visible>
- Name of variable to be set to the display state. 1 = visible, 0 = hidden.
Example
- GET_TOOL_LIST_SHOWN g3
- For an example macro see Tool_Tiles