setName: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Unifying Current Token red link.)
mNo edit summary
Line 4: Line 4:
|version=1.3b40
|version=1.3b40
|description=
|description=
Sets the name of the [[Current Token]].  
Sets the name of a [[Token]].  


|usage=
|usage=
<source lang="mtmacro" line>
<source lang="mtmacro" line>
setName(name)
setName(name)
</source>
<source lang="mtmacro" line>
setName(name, id)
</source>
</source>
'''Parameter'''
'''Parameter'''
* {{code|name}} - The name to set on the current token.
{{param|name|The name to set on the current token.}}
{{param|id|The token {{code|id}} of the token which has its name set. {{TrustedParameter}} }}
 
|changes=
{{change|1.3b51|Added {{code|id}} parameter option.}}
 
}}
}}
[[Category:Token Function]]
[[Category:Token Function]]

Revision as of 18:51, 14 April 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 a Token.

Usage

setName(name)
setName(name, id)

Parameter

  • name - The name to set on the current token.
  • id - The token id of the token which has its name set.

     Note: This parameter can only be used in a Trusted Macro


Version Changes

  • 1.3b51 - Added id parameter option.