setName: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Added version, cleaned up formatting.)
Line 1: Line 1:
{{stub}}
{{MacroFunction
{{MacroFunction
|name=setName
|name=setName
|version=1.3b40
|description=
|description=
Sets the name of the [[Token:Current Token|Current Token]].  
Sets the name of the [[Token:Current Token|Current Token]].  
Line 6: Line 8:
|usage=
|usage=
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: setName(name)]
setName(name)
</source>
</source>
'''Parameter'''
* {{code|name}} - The name to set on the current token.
}}
}}
[[Category:Token Function]]
[[Category:Token Function]]

Revision as of 09:39, 10 March 2009

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.

setName() Function

Introduced in version 1.3b40
Sets the name of the Current Token.

Usage

setName(name)

Parameter

  • name - The name to set on the current token.