mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
14 lines
583 B
Plaintext
14 lines
583 B
Plaintext
Function: get_card_export_settings
|
|
|
|
--Usage--
|
|
> get_card_export_settings(card)
|
|
|
|
Get the zoom, angle and bleed with which a card is to be exported, as specified by the user in the preferences menu.
|
|
|
|
Returns and array whose first element is the zoom percentage, the second is the angle in degrees, and the third is the bleed edge size in pixels.
|
|
|
|
--Parameters--
|
|
! Parameter Type Description
|
|
| @input@ [[type:card]] The card you want to retrieve the export settings from.
|
|
| @set@ [[type:set]] The set the card belongs to. This can be omited since "set" is a predefined variable.
|