Duel.ReturnToField
Source Code | Usage Examples | Duel Functions
Return a card (Card c) to the field (only valid for cards that leaves the field with REASON_TEMPORARY, pos denotes the return position (if not specified, uses the card's previous position on field)
Signature
Duel.ReturnToField(Card c, [int pos, int zone]) → bool
lua
Duel.ReturnToField(c,pos,zone)