getTokenImage: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Unifying Current Token red link.)
Line 1: Line 1:
{{MacroFunction
{{MacroFunction
|name=getTokenImage
|name=getTokenImage
|description=Returns the [[Asset ID|asset id]] of the image for the for the [[Token:Current Token|Current Token]].
|description=Returns the [[Asset ID|asset id]] of the image for the for the [[Current Token]].


|usage=
|usage=

Revision as of 21:26, 4 April 2009

getTokenImage() Function

Returns the asset id of the image for the for the Current Token.

Usage

[h: assetId = getTokenImage(size)]

Example

To display the image for the current token.
<img src='[r:getTokenImage()]'></img>