getTokenImage: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) m (Macros:Functions:getTokenImage moved to getTokenImage) |
Verisimilar (talk | contribs) 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 [[ | |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>