getTokenDrawOrder: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
getTokenDrawOrder() | getTokenDrawOrder() | ||
getTokenDrawOrder(tokenRef) | getTokenDrawOrder(tokenRef) | ||
getTokenDrawOrder(tokenRef, | getTokenDrawOrder(tokenRef, mapRef) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
'''Parameter''' | '''Parameter''' | ||
{{param|tokenRef|Either the token [[getSelected|{{code|id}}]] or [[getTokenName|Token Name]] of the token to return the draw order of, defaults to the [[Current Token]].}} | {{param|tokenRef|Either the token [[getSelected|{{code|id}}]] or [[getTokenName|Token Name]] of the token to return the draw order of, defaults to the [[Current Token]].}} | ||
{{param| | {{param|mapRef|The Name or ID of the map to find the token. Defaults to the current map.}} | ||
{{Note|Token IDs are unique, but Token Names can be duplicated. Using Token Name when more than one token has the same name can produce unexpected results.}} | {{Note|Token IDs are unique, but Token Names can be duplicated. Using Token Name when more than one token has the same name can produce unexpected results.}} | ||
Latest revision as of 23:59, 14 May 2024
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(tokenRef)
getTokenDrawOrder(tokenRef, mapRef)
Parameter
tokenRef
- Either the tokenid
or Token Name of the token to return the draw order of, defaults to the Current Token.mapRef
- The Name or ID of the map to find the token. Defaults to the current map.
Token IDs are unique, but Token Names can be duplicated. Using Token Name when more than one token has the same name can produce unexpected results.
See Also
Version Changes
- 1.5.8 - Added
mapname
parameter option.