getTableImage: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page GetTableImage to getTableImage: Converting page titles to lowercase) |
m (removed extra/old text) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
|trusted=true | |trusted=true | ||
|description= | |description= | ||
Returns the image [[Asset ID|asset id]] of Table represented in Tables Frame. For images in table entries see {{func|getTableEntry}}. | |||
|usage= | |usage= | ||
Line 12: | Line 12: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
'''Parameters''' | '''Parameters''' | ||
* {{code|table}} - | * {{code|table}} - Name of table in Tables Frame. If table doesn't exist or is inaccessible, then script aborts and an error is thrown. See {{func|getTableNames}} to get a list of visible tables. | ||
|also= | |also= |
Latest revision as of 23:59, 18 August 2023
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
Returns the image asset id of Table represented in Tables Frame. For images in table entries see getTableEntry().
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.