sendToBack: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
m (Applied Template:MacroFunction)
Line 1: Line 1:
==Function sendToBack==
{{MacroFunction
|name=sendToBack
|description=
Moves the [[Token:Current Token|Current Token]] behind of all of the other [[Token:token|token]]s on the same [[Map:map layer|map layer]].
Moves the [[Token:Current Token|Current Token]] behind of all of the other [[Token:token|token]]s on the same [[Map:map layer|map layer]].


===Usage===
|usage=
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: sendToBack()]
[h: sendToBack()]
</source>
</source>
}}
[[Category:Token Function]]

Revision as of 03:31, 9 March 2009

sendToBack() Function

Moves the Current Token behind of all of the other tokens on the same map layer.

Usage

[h: sendToBack()]