setTableImage: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
(Replaced source tages with syntaxhighlight, and corrected example to use setTableImage)
Line 6: Line 6:
Sets the image for a specified image table. Returns {{true}} if update successful and {{false}} if not.  
Sets the image for a specified image table. Returns {{true}} if update successful and {{false}} if not.  
|usage=
|usage=
<source lang="mtmacro" line>
<syntaxhighlight lang="mtmacro" line>
setTableEntry(tableName, asset)
setTableImage(tableName, asset)
</source>
</syntaxhighlight>
'''Parameters'''
'''Parameters'''
{{param|tableName|A string containing the name of the table.}}
{{param|tableName|A string containing the name of the table.}}

Revision as of 21:23, 22 July 2022

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.


See Also