GET PROFILER SHAPE SELECTED

From Macros Wiki
Revision as of 18:56, 27 September 2012 by Mikeo (talk | contribs) (Created page with "{{Command|syntax=GET_PROFILER_SHAPE_SELECTED <shape> <selected> |description=:Get the selection state of a profiler shape. |param1=<shape>|param1_desc=Shape number (between 1...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Command

GET_PROFILER_SHAPE_SELECTED <shape> <selected>


Get the selection state of a profiler shape.

Parameters

<shape>
Shape number (between 1 and the number of profiler shapes)
<selected>
0=not selected, 1=selected

Example

GET_PROFILER_SHAPE_SELECTED 3, ival

ival will be set to 1 if the third shape is selected.