isFlippedY: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{MacroFunction |name=isFlippedY |proposed=true |trusted=true |version=1.10.0 |compatibility=1.10.0 |description= Get the vertically flipped status for the current token image...") |
No edit summary |
||
Line 40: | Line 40: | ||
* '''1.10.0''' - Added function. | * '''1.10.0''' - Added function. | ||
}} | }} | ||
[[Category:Token Function]] |
Revision as of 16:13, 9 August 2021
Note: This refers to a proposed change that has not been implemented in the main code base yet.
isFlippedY() 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
Get the vertically flipped status for the current token image.
Usage
isFlippedY() - current token
isFlippedY(token) - specify token by name or ID
isFlippedY(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
Get the horizontal flipped status for the current token.
[h: flipped = isFlippedY()]
Clear flipped status.
[h, if(isFlippedY() == 1):flipTokenY()]
See Also
Version Changes
- 1.10.0 - Added function.