closeDialog: Difference between revisions

From RPTools Wiki
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=...)
 
No edit summary
Line 1: Line 1:
==Function closeDialog==
{{stub}}
{{MacroFunction
|name=closeDialog
|version=1.3b49
|description=Closes the specified macro dialog.


 
|usage=
 
'''Introduced in MapTool 1.3b49'''
 
Closes the specified macro dialog.
 
===Usage===
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: closeDialog(name)]
[h: closeDialog(name)]
</source>
</source>


 
|example=
===Examples===
<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")]