Difference between revisions of "Script:Flip Tokens"
From Roll20 Wiki
(→Changelog) |
|||
Line 23: | Line 23: | ||
{{param description|name=direction|value=The flip direction can be either <code>horizontal</code> or <code>vertical</code>. You can use any number of directions, which will be executed in order.}} | {{param description|name=direction|value=The flip direction can be either <code>horizontal</code> or <code>vertical</code>. You can use any number of directions, which will be executed in order.}} | ||
{{param description bottom}} | {{param description bottom}} | ||
+ | |||
+ | === Changelog === | ||
+ | {{changelog version|2.0|2015-01-08|* Release}} |
Revision as of 17:40, 13 January 2015
API ScriptAuthor: Brian
Version: 2.0
Last Modified: 2015-01-08
Code: Flip Tokens
Dependencies: splitArgs
Conflicts: None
Version: 2.0
Last Modified: 2015-01-08
Code: Flip Tokens
Dependencies: splitArgs
Conflicts: None
The following script 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.0 (2015-01-08)
- Release