getTableNames

From RPTools Wiki
Revision as of 20:09, 2 May 2016 by Jagged (talk | contribs)
Jump to navigation Jump to search

getTableNames() Function

Introduced in version 1.4.0.1
Returns a list containing the names of the tables in the campaign. The type of the value returned depends on the delimiter parameter. The function can be used by players or from a non-trusted macro, but it will only return player-visible tables. When used by a GM or a trusted macro it returns all tables.

Usage

getTableNames()
getTableNames(delim)


See Also