createTable

From RPTools Wiki
Revision as of 20:20, 2 May 2016 by Jagged (talk | contribs) (Created page with "{{MacroFunction |name=createTable |version=1.4.0.1 |description= Creates an empty table, specifying its access levels and optional image. May only be used by GM or a trusted m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

createTable() Function

Introduced in version 1.4.0.1
Creates an empty table, specifying its access levels and optional image. May only be used by GM or a trusted macro.

Usage

createTable(tableName, visible, accessible)
createTable(tableName, visible, accessible, imageId)


See Also