GET PROC SELECTED: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Procs:Process_Data|{{Up}}]]
{{Command|syntax=GET_PROC_SELECTED <process number>, <selected>
{{Command|syntax=GET_PROC_SELECTED <process number>, <selected>
|description=:Get a variable to show if a process tile is selected or not.
|description=:Check to see if a process tile is currently selected.


|param1=<process number>|param1_desc={{process number}}
|param1=<process number>|param1_desc={{process number}}
|param2=<selected>|param2_desc=variable, 0 = selected, 1 = unselected.
|param2=<selected>|param2_desc={{selected}}
}}
}}


===Example===
===Example===
:GET_PROC_SELECTED
:GET_PROC_SELECTED 2, ProcIsSelected


[[Category:Procs]]
[[Category:Procs]]

Latest revision as of 23:35, 14 January 2011

Up

Command

GET_PROC_SELECTED <process number>, <selected>


Check to see if a process tile is currently selected.

Parameters

<process number>
Process number.
<selected>
1=selected, 0=not selected

Example

GET_PROC_SELECTED 2, ProcIsSelected