isBarVisible: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Verisimilar (talk | contribs) (Applied Template:MacroFunction) |
||
Line 1: | Line 1: | ||
= | {{MacroFunction | ||
|name=isBarVisible | |||
|description= | |||
Returns 1 if the [[Token:bar|Token Bar]] on the [[Token:Current Token|Current Token]] is visible or 0 if it is not. | Returns 1 if the [[Token:bar|Token Bar]] on the [[Token:Current Token|Current Token]] is visible or 0 if it is not. | ||
|usage= | |||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
[h: vis = isBarVisible()] | [h: vis = isBarVisible()] | ||
</source> | </source> | ||
}} | |||
[[Category:Token Bar Function]] |
Revision as of 20:15, 8 March 2009
isBarVisible() Function
Returns 1 if the Token Bar on the Current Token is visible or 0 if it is not.
Usage
[h: vis = isBarVisible()]