isOverlayRegistered: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page IsOverlayRegistered to isOverlayRegistered: Converting page titles to lowercase) |
No edit summary |
||
Line 8: | Line 8: | ||
|usage= | |usage= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
[h: reg = isOverlayRegistered(name)] | [h: reg = isOverlayRegistered(name)] | ||
</ | </syntaxhighlight> | ||
}} | }} | ||
[[Category:Overlay Function]] | [[Category:Overlay Function]] |
Revision as of 20:14, 15 March 2023
This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
isOverlayRegistered() Function
• Introduced in version 1.7.0
Returns 1 if the specified overlay is registered, or 0 if it is not registered.
This function will return 1 even if a registered overlay is hidden using the
This function will return 1 even if a registered overlay is hidden using the
Window > Overlays
menu. To unregister an overlay, use closeOverlay().Usage
[h: reg = isOverlayRegistered(name)]