Skip to content

Commit

Permalink
Add descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrQ authored Oct 27, 2024
1 parent 1d67682 commit 1a51025
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api/functions/Duel/SSet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ status:
parameters:
- name: player
type: [ int ]
description: (To be added)
description: The player that is Setting the Spells/Traps.
- name: targets
type: [ Card, Group ]
description: (To be added)
description: The Spells/Traps that will be Set.
- name: target_player
type: [ int ]
description: (To be added)
description: The player in whose field the Spells/Traps will be Set.
required: false
- name: confirm
type: [ bool ]
description: (To be added)
description: Determines whether the Set cards will be shown to the opponent or not after being Set.
required: false
defaultValue: true
returns:
- type: [ int ]
description: (To be added)
description: The number of cards successfully Set.
tags: [ under-construction ]

0 comments on commit 1a51025

Please sign in to comment.