PROGRESS SET: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
mNo edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
===Example=== | ===Example=== | ||
: | :SET_PROGRESS_BAR 0.5 | ||
<br> | |||
:For an example macro see [[modify op path2|ModifyOpPath1.mac]] | :For an example macro see [[modify op path2|ModifyOpPath1.mac]] | ||
[[Category:Miscellaneous]] | [[Category:Miscellaneous]] |
Latest revision as of 23:44, 12 January 2011
Command
- PROGRESS_SET <position>
- Set the position of the progress bar.
Parameters
- <position>
- A value between 0.0 and 1.0
Example
- SET_PROGRESS_BAR 0.5
- For an example macro see ModifyOpPath1.mac