getTerrainModifier

From RPTools Wiki
Revision as of 13:35, 29 April 2019 by Phergus (talk | contribs)
Jump to navigation Jump to search

getTerrainModifier() Function

 Note: This function can only be used in a Trusted Macro

Introduced in version 1.5.2
Gets the Terrain Modifier for the named Token or for the Current Token if no name is given.

Usage

getTerrainModifier()
getTerrainModifier(token)

Parameters

  • token - Optional token name.

Example

Get the Terrain Modifier for the named token:
[r: tmod = getTerrainModifier("Sticky Floor Tile")]

Output:

2.0

See Also