hasImpersonated: Difference between revisions
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: | ||
= | {{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= | |||
<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()]