getTerrainModifier: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Created page with "{{MacroFunction |name=getTerrainModifier |trusted=false |version=1.5.2 |description= Gets the Terrain Modifier for the named Token or for the Current Token if no name is given...")
(No difference)

Revision as of 23:33, 28 April 2019

getTerrainModifier() Function

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