isFlippedX: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Created page with "{{MacroFunction |name=isFlippedX |proposed=true |trusted=true |version=1.10.0 |compatibility=1.10.0 |description= Get the horizontal flipped status for the current token image...")
 
No edit summary
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{MacroFunction
{{MacroFunction
|name=isFlippedX
|name=isFlippedX
|proposed=true
|trusted=true
|trusted=true
|version=1.10.0
|version=1.10.0
Line 40: Line 39:
* '''1.10.0''' - Added function.
* '''1.10.0''' - Added function.
}}
}}
[[Category:Token Function]]

Revision as of 02:38, 13 May 2024

isFlippedX() 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 horizontal flipped status for the current token image.

Usage

isFlippedX() - current token
isFlippedX(token) - specify token by name or ID
isFlippedX(token, map) - specify token and map

Parameters

  • token - Name or ID of token to change
  • map - Map the token is located on

Returns

0/1 - new flipped status

Example

Get the horizontal flipped status for the current token.
[h: flipped = isFlippedX()]

Clear flipped status.

[h, if(isFlippedX() == 1):flipTokenX()]

See Also

Version Changes

  • 1.10.0 - Added function.