bringToFront: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
==Function bringToFront==
{{stub}}
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]].
{{MacroFunction
|name=bringToFront
|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()]
[h: bringToFront()]
</source>
</source>
}}
[[Category:Token Function]]

Revision as of 23:36, 6 March 2009

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

bringToFront() Function

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

Usage

[h: bringToFront()]