bringToFront: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Added version.)
Line 2: Line 2:
{{MacroFunction
{{MacroFunction
|name=bringToFront
|name=bringToFront
|version=1.3b48
|description=Moves the [[Token:Current Token|Current Token]] in front of all of the other [[Token:token|token]]s on the same [[Map:map layer|map layer]].
|description=Moves the [[Token:Current Token|Current Token]] in front 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: bringToFront()]
bringToFront()
</source>
</source>
}}
}}
[[Category:Token Function]]
[[Category:Token Function]]

Revision as of 12:24, 10 March 2009

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.

bringToFront() Function

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

Usage

bringToFront()