getTokenPortrait: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
Line 14: Line 14:
<img src='[r:getTokenPortrait()]'></img>
<img src='[r:getTokenPortrait()]'></img>
</source>
</source>
===Version Notes===
In versions before v1.3b51 an attempt to retrieve a portrait image when none was present produced an error.  In 1.3b51 and later builds the function returns an empty string if no portrait is associated with the image.

Revision as of 22:45, 22 February 2009

Function getTokenPortrait

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

Usage

[h: assetId = getTokenPortrait()]


Examples

To display the image for the current token.

<img src='[r:getTokenPortrait()]'></img>

Version Notes

In versions before v1.3b51 an attempt to retrieve a portrait image when none was present produced an error. In 1.3b51 and later builds the function returns an empty string if no portrait is associated with the image.