isFrameVisible: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(New page: ==Function isFrameVisible== '''Introduced in MapTool 1.3b49''' Returns 1 if the specified fram is visible, or 0 if it is not visible. ===Usage=== <source lang="mtmacro" line> [h: vis ...)
 
Line 5: Line 5:
'''Introduced in MapTool 1.3b49'''
'''Introduced in MapTool 1.3b49'''


Returns 1 if the specified fram 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===

Revision as of 12:39, 5 February 2009

Function isFrameVisible

Introduced in MapTool 1.3b49

Returns 1 if the specified frame is visible, or 0 if it is not visible.

Usage

[h: vis =  isFrameVisible(name)]