hasImpersonated: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Macros:Functions:hasImpersonated moved to hasImpersonated: Moved out of Macros namespace)
m (Added MacroFunction template and Metamacro Function category)
Line 1: Line 1:
==Function hasImpersonated==
{{MacroFunction
 
|name=hasImpersonated
|description=
Returns 1 if there is an [[impersonated token]] otherwise returns 0.
Returns 1 if there is an [[impersonated token]] otherwise returns 0.
 
|usage=
 
===Usage===
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: hasImp = hasImpersonated()]
[h: hasImp = hasImpersonated()]
</source>
</source>
}}
[[Category:Metamacro Function]]

Revision as of 04:03, 8 March 2009

hasImpersonated() Function

Returns 1 if there is an impersonated token otherwise returns 0.

Usage

[h: hasImp = hasImpersonated()]