isBarVisible: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) m (Macros:Functions:isBarVisible moved to isBarVisible) |
Verisimilar (talk | contribs) (Added clarification request.) |
||
Line 1: | Line 1: | ||
{{stub}} | |||
{{MacroFunction | {{MacroFunction | ||
|name=isBarVisible | |name=isBarVisible | ||
Line 8: | Line 9: | ||
[h: vis = isBarVisible()] | [h: vis = isBarVisible()] | ||
</source> | </source> | ||
}} | |||
{{Clarify| | |||
What is the syntax if the token has more than one bar visible? Will this return {{code|1}} if '''any''' bar is visible? | |||
}} | }} | ||
[[Category:Token Bar Function]] | [[Category:Token Bar Function]] |
Revision as of 20:36, 8 March 2009
This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
isBarVisible() Function
Returns 1 if the Token Bar on the Current Token is visible or 0 if it is not.
Usage
[h: vis = isBarVisible()]
Needs Clarification:
What is the syntax if the token has more than one bar visible? Will this return 1
if any bar is visible?