isOverlayRegistered: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{stub}} {{MacroFunction |name=isOverlayRegistered |version=1.7.0 |description= Returns 1 if the specified overlay is registered, or 0 if it is not registered. <br> This funct...") |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
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]] |
Latest 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)]