getTokenPortrait: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
True Hitoare (talk | contribs) (Size of the image available as a parameter, reformatted usage to conform to more standard design) |
||
Line 6: | Line 6: | ||
|usage= | |usage= | ||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
getTokenPortrait() | |||
getTokenPortrait(size) | |||
</source> | </source> | ||
Revision as of 07:31, 18 January 2014
getTokenPortrait() Function
Returns the asset id of the portrait image for the for the Current Token.
Usage
getTokenPortrait()
getTokenPortrait(size)
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.