isFlippedIso: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 39: Line 39:
* '''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.

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

Usage

isFlippedIso() - current token
isFlippedIso(token) - specify token by name or ID
isFlippedIso(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 isometric flipped status for the current token.
[h: flipped = isFlippedIso()]

Clear flipped status.

[h, if(isFlippedIso() == 1):flipTokenIso()]

See Also

Version Changes

  • 1.10.0 - Added function.