isFrameVisible: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Applied Template:MacroFunction)
Line 1: Line 1:
==Function isFrameVisible==
{{stub}}
 
{{MacroFunction
 
|name=isFrameVisible
 
|version=1.3b49
'''Introduced in MapTool 1.3b49'''
|description=
 
Returns 1 if the specified frame is visible, or 0 if it is not visible.
Returns 1 if the specified frame is visible, or 0 if it is not visible.


===Usage===
|usage=
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: vis =  isFrameVisible(name)]
[h: vis =  isFrameVisible(name)]
</source>
</source>
}}
[[Category:Frame Function]]

Revision as of 20:48, 8 March 2009

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.

isFrameVisible() Function

Introduced in version 1.3b49
Returns 1 if the specified frame is visible, or 0 if it is not visible.

Usage

[h: vis =  isFrameVisible(name)]