Difference between revisions of "Script:Flip Tokens"
From Roll20 Wiki
m |
|||
Line 4: | Line 4: | ||
|version=2.2 | |version=2.2 | ||
|dependencies={{api repository link|splitArgs}} | |dependencies={{api repository link|splitArgs}} | ||
− | |lastmodified=2015-01- | + | |lastmodified=2015-01-24}} |
'''Flip Tokens''' creates the API command <code>!flip</code>, which flips the selected graphics horizontally or vertically (or both). | '''Flip Tokens''' creates the API command <code>!flip</code>, which flips the selected graphics horizontally or vertically (or both). |
Revision as of 05:53, 25 January 2015
API ScriptAuthor: Brian
Version: 2.2
Last Modified: 2015-01-24
Code: Flip Tokens
Dependencies: splitArgs
Conflicts: None
Version: 2.2
Last Modified: 2015-01-24
Code: Flip Tokens
Dependencies: splitArgs
Conflicts: None
Flip Tokens creates the API command !flip
, which flips the selected graphics horizontally or vertically (or both).
Syntax
!flip [direction]Formally:
S
→ !flipdirectionList
directionList
→ ε
directionList
→ horizontaldirectionList
directionList
→ verticaldirectionList
Parameter | Values |
---|---|
direction | The flip direction can be either horizontal or vertical . You can use any number of directions, which will be executed in order.
|
Changelog
v2.2 (2015-01-24)
- [bugfix] no-arg crash
v2.1 (2015-01-22)
- Fixed transcription error
v2.0 (2015-01-08)
- Release