GET PROC SELECTED: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=GET_PROC_SELECTED <process number>, <selected> |description=*DESCRPTION* |param1=<process number>|param1_desc={{process number}} |param2=<selected>|param2_desc={{selected...
 
Mikeo (talk | contribs)
No edit summary
 
(2 intermediate revisions 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=*DESCRPTION*
|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}}
Line 7: Line 9:


===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