Skip to content

Card.IsInMainMZone

Source Code | Card Functions

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

Signature

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

lua
c:IsInMainMZone(tp)

Parameters

Returns


under-construction