setTableImage: Difference between revisions
Jump to navigation
Jump to search
(Replaced source tages with syntaxhighlight, and corrected example to use setTableImage) |
m (Conversion script moved page setTableImage to SetTableImage without leaving a redirect: Converting page title to first-letter uppercase) |
(No difference)
|
Revision as of 22:32, 9 February 2023
setTableImage() Function
Note: This function can only be used in a Trusted Macro
• Introduced in version 1.4.0.1
Sets the image for a specified image table. Returns
true
(1
) if update successful and false
(0
) if not.Usage
setTableImage(tableName, asset)
Parameters
tableName
- A string containing the name of the table.asset
- An asset id represented as a string.