getGMName: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
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 the [[Token:Current Token|Current Token]].
|description=Returns the GM Name of a token as a string.


|usage=
|usage=
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: name = getGMName()]
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 token id of the token that has its GM Name returned, defaults to the Current Token.


Version Changes

  • 1.3b51 - Added id parameter option.