SET PROFILER SHAPE SELECTED
From Macros Wiki
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.