deleteTable: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Created page with "{{MacroFunction |name=deleteTable |version=1.4.0.1 |description=Removes the specified table from the campaign. May only be used by GM or a trusted macro. |usage= <source lang...")
 
No edit summary
Line 12: Line 12:


|also=
|also=
[[Table|Table]], [[table (function)|table()]]
[[table (function)|table()]]
}}
}}
[[Category:Table Function]]
[[Category:Table Function]]

Revision as of 08:51, 3 May 2016

deleteTable() Function

Introduced in version 1.4.0.1
Removes the specified table from the campaign. May only be used by GM or a trusted macro.

Usage

deleteTable(tableName)

Parameters

  • tableName - A string containing the name of the table to be deleted.


See Also