getImpersonated: Difference between revisions

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


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

Revision as of 03:28, 7 March 2009

getImpersonated() Function

Returns the id of the impersonated token.

Usage

[h: tokenId = getImpersonated()]