sendToBack: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Added version.)
Line 1: Line 1:
{{MacroFunction
{{MacroFunction
|name=sendToBack
|name=sendToBack
|version=1.3b48
|description=
|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]].
Line 6: Line 7:
|usage=
|usage=
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: sendToBack()]
sendToBack()
</source>
</source>
}}
}}
[[Category:Token Function]]
[[Category:Token Function]]

Revision as of 12:23, 10 March 2009

sendToBack() Function

Introduced in version 1.3b48
Moves the Current Token behind of all of the other tokens on the same map layer.

Usage

sendToBack()