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
c
The card to check the owner of.
int
pos
Composite CardPosition value to check.