getTokenPortrait: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) m (Macros:Functions:getTokenPortrait moved to getTokenPortrait) |
Verisimilar (talk | contribs) m (Unifying Current Token red link.) |
||
Line 2: | Line 2: | ||
|name=getTokenPortrait | |name=getTokenPortrait | ||
|description= | |description= | ||
Returns the [[Asset ID|asset id]] of the portrait image for the for the [[ | Returns the [[Asset ID|asset id]] of the portrait image for the for the [[Current Token]]. | ||
|usage= | |usage= | ||
Line 10: | Line 10: | ||
|examples= | |examples= | ||
To display the image for the current [[Token | To display the image for the current [[Token]]. | ||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
<img src='[r:getTokenPortrait()]'></img> | <img src='[r:getTokenPortrait()]'></img> |
Revision as of 21:38, 4 April 2009
getTokenPortrait() Function
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.