flipTokenY

From RPTools Wiki
Jump to navigation Jump to search

 Note: This refers to a proposed change that has not been implemented in the main code base yet.

flipTokenY() 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 vertically like the right-click menu option.

Usage

flipTokenY() - current token
flipTokenY(token) - specify token by name or ID
flipTokenY(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

Flip the current token horizontally.
[h: flipTokenY()]

Flip the "Stairs Down" token on map "Level 1".

[h: flipTokenY("Stairs Down", "Level 1")]

Clear flipped status.

[h, if(isFlippedY() == 1):flipTokenY()]

See Also

Version Changes

  • 1.10.0 - Added function.