getTokenHandout: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) m (Unifying Current Token red link.) |
No edit summary |
||
Line 1: | Line 1: | ||
{{MacroFunction | {{MacroFunction | ||
|name=getTokenHandout | |name=getTokenHandout | ||
|proposed=true | |||
|version=1.3b77 | |||
|description= | |description= | ||
Returns the [[Asset ID|asset id]] of the handout image for the for the [[Current Token]]. | Returns the [[Asset ID|asset id]] of the handout image for the for the [[Current Token]]. |
Revision as of 07:48, 19 November 2010
Note: This refers to a proposed change that has not been implemented in the main code base yet.
getTokenHandout() Function
• Introduced in version 1.3b77
Returns the asset id of the handout image for the for the Current Token.
Usage
[h: assetId = getTokenHandout(size)]
Example
To display the image for the current Token.
<img src='[r:getTokenHandout()]'></img>