Skip to content

Commit

Permalink
Update Duel.SSet description and return type
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrQ authored Oct 27, 2024
1 parent d91c043 commit 1d67682
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/functions/Duel/SSet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: SSet
namespace: Duel
description: >-
A player Sets a cards(s) (Card|Group target) to the Spell/Trap Card Zone on target_player's field, if confirm is true, the card(s) set are revealed - for confirmation - to the opponent.
A player Sets a cards(s) (Card|Group target) to the Spell/Trap Card Zone on target_player's field, if confirm is true, the card(s) set are revealed - for confirmation - to the opponent. Returns the number of cards successfully Set.
status:
index: stable
parameters:
Expand All @@ -21,4 +21,7 @@ parameters:
description: (To be added)
required: false
defaultValue: true
returns:
- type: [ int ]
description: (To be added)
tags: [ under-construction ]

0 comments on commit 1d67682

Please sign in to comment.