GET OP LIST SHOWN: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Operations:Operation_Tiles|{{Up}}]]
{{Command|syntax=GET_OP_LIST_SHOWN <visible>
{{Command|syntax=GET_OP_LIST_SHOWN <visible>
|description=*DESCRPTION*
|description=:Check if the operation list is current displayed.


|param1=<visible>|param1_desc={{visible}}
|param1=<visible>|param1_desc={{parameter_variable_any_name}} 1 if the op list is shown, 0 if it is hidden.
}}
}}


===Example===
===Example===
:- GET_OP_LIST_SHOWN
:GET_OP_LIST_SHOWN OpListVis


[[Category:Operations]]
[[Category:Operations]]

Latest revision as of 20:03, 13 January 2011

Up

Command

GET_OP_LIST_SHOWN <visible>


Check if the operation list is current displayed.

Parameters

<visible>
Name of variable to be set to 1 if the op list is shown, 0 if it is hidden.

Example

GET_OP_LIST_SHOWN OpListVis