Skip to content

Card.IsInExtraMZone

Source Code | Card Functions

Checks if (Card c) is in an Extra Monster Zone. If (int tp) is provided, also returns if (Card c) is of that controller.

Signature

Card.IsInExtraMZone(Card c, int tp) → bool

lua
c:IsInExtraMZone(tp)

Parameters

Returns


under-construction