getGMName: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) m (Macros:Functions:getGMName moved to getGMName) |
Verisimilar (talk | contribs) m (Updated with recent version changes.) |
||
Line 1: | Line 1: | ||
{{stub|Examples of usage.}} | |||
{{MacroFunction | {{MacroFunction | ||
|name=getGMName | |name=getGMName | ||
|version=1.3b49 | |||
|trusted=true | |trusted=true | ||
|description=Returns the GM Name of | |description=Returns the GM Name of a token as a string. | ||
|usage= | |usage= | ||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
getGMName() | |||
</source> | </source> | ||
<source lang="mtmacro" line> | |||
getGMName(id) | |||
</source> | |||
'''Parameter''' | |||
{{param|id|The token {{code|id}} of the token that has its GM Name returned, defaults to the [[Current Token]].}} | |||
|changes= | |||
{{change|1.3b51|Added {{code|id}} parameter option.}} | |||
}} | }} | ||
[[Category:Token Function]] | [[Category:Token Function]] |
Revision as of 00:16, 31 March 2009
This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
This article needs: Examples of usage.
getGMName() Function
Note: This function can only be used in a Trusted Macro
• Introduced in version 1.3b49
Returns the GM Name of a token as a string.
Usage
getGMName()
getGMName(id)
Parameter
id
- The tokenid
of the token that has its GM Name returned, defaults to the Current Token.
Version Changes
- 1.3b51 - Added
id
parameter option.