setAllStates: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Cold Ankles (talk | contribs) m (Typo) |
||
Line 1: | Line 1: | ||
{{stub|Examples using new functionality.}} | {{stub|Examples using new functionality.}} | ||
{{MacroFunction | {{MacroFunction | ||
|name= | |name=setAllStates | ||
|version=1.3b40 | |version=1.3b40 | ||
|description= | |description= |
Revision as of 01:19, 10 February 2024
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.
setAllStates() Function
• Introduced in version 1.3b40
Usage
setAllStates(value)
setAllStates(value, id)
setAllStates(value, id, mapname)
Parameter
value
- If all states should be set on or off,true
(1
) orfalse
(0
).id
- Theid
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.
mapname
- The name of the map to find the token. Defaults to the current map.
Examples
See Also
Version Changes
- 1.3b51 - Added
id
parameter option. - 1.5.4 - Added
mapname
parameter option.