herolab.hasChanged: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
Determine if the associated Hero Lab portfolio has changed. | Determine if the associated Hero Lab portfolio has changed. | ||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
[r: herolab.hasChanged()] | [r: isDirty = herolab.hasChanged()] | ||
</source> | </source> | ||
Returns: | Returns: |
Revision as of 18:01, 5 March 2019
herolab.hasChanged() Function
Note: This function can only be used in a Trusted Macro
• Introduced in version 1.5
Returns a boolean value of true if the portfolio file has been modified compared to the current stored data on the token, otherwise returns false.
Usage
herolab.hasChanged()
herolab.hasChanged(id)
See herolab.refresh() to update the token's portfolio information.
Parameters
id
- The id of the token. Defaults to the Current Token.
Example
Determine if the associated Hero Lab portfolio has changed.
[r: isDirty = herolab.hasChanged()]
Returns:
0 or 1
See Also
Version Changes
- 1.5 - Added to main MapTool build.