Duel.GetBattleMonster
Source Code | Usage Examples | Duel
Functions
Returns as first value the monster that is currently battling from the perspective of tp (nil if tp has no currently battling monsters), as second value returns the battling monster from the perspective of 1-tp.
Signature
Duel.GetBattleMonster(int tp
) → Card|nil, Card|nil
lua
Duel.GetBattleMonster(tp)