getTableImage: Difference between revisions
Jump to navigation
Jump to search
m (Replaced source tages with syntaxhighlight) |
m (Added references to setTableImage() and table()) |
||
Line 14: | Line 14: | ||
* {{code|table}} - The name of the table for the row which has its image asset returned. If the given table doesn't exist or is inaccessible in the current context, the script aborts. | * {{code|table}} - The name of the table for the row which has its image asset returned. If the given table doesn't exist or is inaccessible in the current context, the script aborts. | ||
| | |also= | ||
{{func|setTableImage}} {{func|table}} | |||
}} | }} | ||
[[Category:Table Function]] | [[Category:Table Function]] |
Revision as of 21:25, 22 July 2022
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.
Usage
getTableImage(table)
Parameters
table
- The name of the table for the row which has its image asset returned. If the given table doesn't exist or is inaccessible in the current context, the script aborts.