RPTools

Personal tools
From MapToolDoc

getImage

getImage() Function

Introduced in version 1.3b48

Returns the asset id for the image of an Image Token.

Usage

  1. getImage(name)

Example

To display the image from an image token called "image:Map" you can do the following

  1. <img src="[r: getImage('image:Map')]"></img>