getTokenDrawOrder: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 11: Line 11:
</source>
</source>
<source lang="mtmacro" line>
<source lang="mtmacro" line>
getDrawOrder(id)
getTokenDrawOrder(id)
</source>
</source>
'''Parameter'''
'''Parameter'''

Revision as of 06:31, 12 October 2010

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

getTokenDrawOrder() Function

Introduced in version 1.3b51
Gets the draw order of a token.

Usage

getTokenDrawOrder()
getTokenDrawOrder(id)

Parameter

  • id - The id of the token to get the draw order of, defaults to the current token.