SET PROFILER SHAPE SELECTED

From Macros Wiki
Revision as of 18:55, 27 September 2012 by Mikeo (talk | contribs) (Created page with "{{Command|syntax=SET_PROFILER_SHAPE_SELECTED <shape> <selected> |description=:Set 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

SET_PROFILER_SHAPE_SELECTED <shape> <selected>


Set 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

SET_PROFILER_SHAPE_SELECTED 3, 1
SET_PROFILER_SHAPE_SELECTED 4, 0

This will select the third shape and unselect the fourth shape.