setName: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(New page: ==Function setName== Sets the name of the Token:Current Token. ===Usage=== <source lang="mtmacro" line> [h: setName(name)] </source>)
 
m (Applied Template:MacroFunction)
Line 1: Line 1:
==Function setName==
{{MacroFunction
|name=setName
|description=
Sets the name of the [[Token:Current Token|Current Token]].  
Sets the name of the [[Token:Current Token|Current Token]].  


 
|usage=
===Usage===
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: setName(name)]
[h: setName(name)]
</source>
</source>
}}
[[Category:Token Function]]

Revision as of 04:23, 9 March 2009

setName() Function

Sets the name of the Current Token.

Usage

[h: setName(name)]