GET PROFILER SHAPE SELECTED

From Macros Wiki
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.