Files
MagicSetEditor2/doc/function/get_front_face.txt
T
2026-01-20 10:30:21 +01:00

13 lines
452 B
Plaintext

Function: get_front_face
--Usage--
> get_front_face(input: card)
Inspects a given [[type:card]]'s links to find one of type "Front Face", and returns the linked card.
Returns nil if no link of type "Front Face", or no card was found.
--Parameters--
! Parameter Type Description
| @input@ [[type:card]] The card whose links we'll inspect.
| @set@ [[type:set]] The set in which to look. This can be omitted since 'set' is a predefined variable.