isDialogVisible: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page IsDialogVisible to isDialogVisible: Converting page titles to lowercase) |
No edit summary |
||
Line 7: | Line 7: | ||
|usage= | |usage= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
[h: vis = isDialogVisible(name)] | [h: vis = isDialogVisible(name)] | ||
</ | </syntaxhighlight> | ||
}} | }} | ||
[[Category:Dialog Function]] | [[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)]