User Tools

Site Tools


plugin-core-beta

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
plugin-core-beta [2025/12/15 20:54] – [Version History] isiahgamesplugin-core-beta [2025/12/15 21:11] (current) – [Plugin Commands] isiahgames
Line 69: Line 69:
 | <code>HideAllCards</code> |  Map & Battle  | This will hide all cards. | | <code>HideAllCards</code> |  Map & Battle  | This will hide all cards. |
 | <code>MoveCard [index] [x] [y]</code> |  Map & Battle  | This moves the card of the specified index to the specified x and y coordinates. | | <code>MoveCard [index] [x] [y]</code> |  Map & Battle  | This moves the card of the specified index to the specified x and y coordinates. |
 +| <code>ScaleCard [index] [x] [y] [instant]</code> |  Map & Battle  | This changes the scale of the card of the specified index. X scale and Y scale are independent. Replace [instant] with ''true'' to make the change instantaneous, or ''false'' to make the card's scale change over time. |
 +| <code>RotateCard [index] [angle] [instant]</code> |  Map & Battle  | This changes the rotation of the card to the specified angle (in degrees). Replace [instant] with ''true'' to make the change instantaneous, or ''false'' to make the card's rotation change over time. |
 +| <code>SkewCard [index] [x] [y] [instant]</code> |  Map & Battle  | This changes the skew of the card of the specified index. Replace [instant] with ''true'' to make the change instantaneous, or ''false'' to make the card's scale change over time. |
  
 ===== Notetags ===== ===== Notetags =====
plugin-core-beta.txt · Last modified: 2025/12/15 21:11 by isiahgames