Duel.CheckLPCost
Source Code | Usage Examples | Duel Functions
Checks if a player (int player) can pay an amount (int cost) of LP
Signature
Duel.CheckLPCost(int player, int cost) → bool
lua
Duel.CheckLPCost(player,cost)