flipTokenIso: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page flipTokenIso to FlipTokenIso without leaving a redirect: Converting page title to first-letter uppercase) |
m (Conversion script moved page FlipTokenIso to flipTokenIso: Converting page titles to lowercase) |
(No difference)
|
Revision as of 23:44, 9 February 2023
Note: This refers to a proposed change that has not been implemented in the main code base yet.
flipTokenIso() Function
Note: This function can only be used in a Trusted Macro
• Introduced in version 1.10.0
• Last checked for compatibility with version 1.10.0
Flip the current token image in the Isomeric plane like the right-click menu option.
Usage
flipTokenIso() - current token
flipTokenIso(token) - specify token by name or ID
flipTokenIso(token, map) - specify token and map
Parameters
token
- Name or ID of token to changemap
- Map the token is located on
Returns
0/1 - new flipped status
Example
Flip the current token in the isometric plane.
[h: flipTokenIso()]
Flip the "Stairs Down" token on map "Level 1".
[h: flipTokenIso("Stairs Down", "Level 1")]
Clear flipped status.
[h, if(isFlippedIso() == 1):flipTokenIso()]
See Also
Version Changes
- 1.10.0 - Added function.