getTableNames: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Created page with "{{MacroFunction |name=getTableNames |version=1.4.0.1 |description=Returns a list containing the names of the tables in the campaign. The type of the value returned depends on...")
 
No edit summary
Line 3: Line 3:
|version=1.4.0.1
|version=1.4.0.1
|description=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.
|description=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=
<source lang="mtmacro" line>
getTableNames()
</source>
<source lang="mtmacro" line>
getTableNames(delim)
</source>
|also=
|also=
[[Table|Table]], [[table (function)|table()]]
[[Table|Table]], [[table (function)|table()]]
}}
}}
[[Category:Table Function]]
[[Category:Table Function]]

Revision as of 20:09, 2 May 2016

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