closeDialog: Difference between revisions
Jump to navigation
Jump to search
(New page: ==Function closeDialog== '''Introduced in MapTool 1.3b49''' Closes the specified macro dialog. ===Usage=== <source lang="mtmacro" line> [h: closeDialog(name)] </source> ===Examples=...) |
Verisimilar (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
= | {{stub}} | ||
{{MacroFunction | |||
|name=closeDialog | |||
|version=1.3b49 | |||
|description=Closes the specified macro dialog. | |||
|usage= | |||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
[h: closeDialog(name)] | [h: closeDialog(name)] | ||
</source> | </source> | ||
|example= | |||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
[h: closeDialog("CharacterSheet")] | [h: closeDialog("CharacterSheet")] | ||
</source> | </source> | ||
}} | |||
[[Category:Dialog Function]] |
Revision as of 00:59, 7 March 2009
This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
closeDialog() Function
• Introduced in version 1.3b49
Closes the specified macro dialog.
Usage
[h: closeDialog(name)]
Example
[h: closeDialog("CharacterSheet")]