isDialogVisible: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(New page: ==Function isDialogVisible== '''Introduced in MapTool 1.3b49''' Returns 1 if the specified dialog is visible, or 0 if it is not visible. ===Usage=== <source lang="mtmacro" line> [h: v...)
 
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Function isDialogVisible==
{{stub}}
 
{{MacroFunction
 
|name=isDialogVisible
 
|version=1.3b49
'''Introduced in MapTool 1.3b49'''
|description=
 
Returns 1 if the specified dialog is visible, or 0 if it is not visible.
Returns 1 if the specified dialog is visible, or 0 if it is not visible.


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

Latest revision as of 20:21, 15 March 2023

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

isDialogVisible() Function

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

Usage

[h: vis =  isDialogVisible(name)]