Card.IsBattlePosition
Source Code | Usage Examples | Card Functions
Returns true if a card is in a specified battle position at the start of the Damage Step.
Signature
Card.IsBattlePosition(Card c, int pos) → int
lua
c:IsBattlePosition(pos)Parameters
Card
cThe card to check the owner of.
int
posComposite CardPosition value to check.