setAllStates
This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
This article needs: Examples using new functionality.
setAllSates() Function
• Introduced in version 1.3b40
Usage
setAllStates(value)
setAllStates(value, id)
Parameter
value
- If all states should be set on or off,true
(1
) orfalse
(0
).id
- The tokenid
of the token that should have its States set, defaults to the Current Token.Note: This parameter can only be used in a Trusted Macro.
Examples
See Also
Version Changes
- 1.3b51 - Added
id
parameter option.