getTableImage

From RPTools Wiki
Revision as of 23:00, 17 August 2023 by Taustin (talk | contribs)
Jump to navigation Jump to search

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
 This article needs: examples.

getTableImage() Function

 Note: This function can only be used in a Trusted Macro

Introduced in version 1.5.0
Gets the asset id for the image of the current row for the given table. See setTableRoll() to learn how to set the current row. Returns the image asset id of Table represented in Tables Frame. For images in table entries see getTableRoll().

Usage

getTableImage(table)

Parameters

  • table - Name of table in Tables Frame. If table doesn't exist or is inaccessible, then script aborts and an error is thrown. See getTableNames() to get a list of visible tables.


See Also