getImage

From RPTools Wiki
Revision as of 18:55, 13 December 2012 by Azhrei (talk | contribs) (specify that images are retrieved from tokens on any map, not just the current one)
Jump to navigation Jump to search

getImage() Function

Introduced in version 1.3b48
Returns the asset id for the image of a Token or Image Token.

Usage

getImage(name)

Example

To display the image from an image token called image:Map you can do the following:
<img src="[r: getImage('image:Map')]"></img>

Alternatively this can be used to retrieve a normal token:

<img src="[r: getImage('Dragon')]"></img>
Note that token images can be retrieved from ANY map (so they do NOT have to be on the current map). If identical token names appear on multiple maps, it may be difficult (or impossible) to select a specific token image using this function.

See Also

getTokenImage (which you can give the size as parameter)