deleteTable

From RPTools Wiki
Revision as of 23:06, 2 May 2016 by Jagged (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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