isFrameVisible: Difference between revisions
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 ...) |
No edit summary |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
= | {{stub}} | ||
{{MacroFunction | |||
|name=isFrameVisible | |||
|version=1.3b49 | |||
|description= | |||
Returns 1 if the specified frame is visible, or 0 if it is not visible. | |||
|usage= | |||
<syntaxhighlight lang="mtmacro" line> | |||
< | |||
[h: vis = isFrameVisible(name)] | [h: vis = isFrameVisible(name)] | ||
</ | </syntaxhighlight> | ||
}} | |||
[[Category:Frame Function]] |
Latest revision as of 23:59, 15 March 2023
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)]