MOVE OP TILE: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
|description=:Moves an existing operation tile to a different place. | |description=:Moves an existing operation tile to a different place. | ||
|param1=<from tile>|param1_desc= | |param1=<from tile>|param1_desc=Original operation tile number. | ||
|param2=<to tile>|param2_desc= | |param2=<to tile>|param2_desc=new operation tile number. | ||
|param3=[<insert tile>]|param3_desc= 0 = Move the tile, 1 = Insert a new tile in the list (moving subsequent tiles down one) then copy to this position. | |param3=[<insert tile>]|param3_desc= 0 = Move the tile, 1 = Insert a new tile in the list (moving subsequent tiles down one) then copy to this position. | ||
}} | }} |
Revision as of 19:58, 13 January 2011
Command
- Moves an existing operation tile to a different place.
Parameters
- <from tile>
- Original operation tile number.
- <to tile>
- new operation tile number.
- [<insert tile>]
- 0 = Move the tile, 1 = Insert a new tile in the list (moving subsequent tiles down one) then copy to this position.
Example
- MOVE_OP_TILE 2, 3, 1