ProjectIgnis / scrapiyard

Documentation files for EDOPro's Card Scripting API
GNU Affero General Public License v3.0
4 stars 4 forks source link

Some aux function #9

Closed Satellaa closed 10 months ago

Satellaa commented 10 months ago

List of changed functions: SelectUnselectGroup dpcheck ToHandOrElse DelayedOperation

that-hatter commented 10 months ago
  - name: g
  type: [ Group ]
  description: The `Group` to check.

should be indented like:

  - name: g
    type: [ Group ]
    description: The `Group` to check.

for yaml to treat name, type, and description as fields of the same item