getImpersonatedName: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
==Function getImpersonated==
{{MacroFunction
|name=getImpersonatedName
|description=Returns the name of the [[impersonated token]].


 
|usage=
Returns the name of the [[impersonated token]].
===Usage===
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: name = getImpersonatedName()]
[h: name = getImpersonatedName()]
</source>
</source>
}}
[[Category:Token Function]]

Revision as of 03:30, 7 March 2009

getImpersonatedName() Function

Returns the name of the impersonated token.

Usage

[h: name = getImpersonatedName()]