Skip to content

Duel.SetLP

Source Code | Duel Functions

Sets a specified player's (int player) current Life Point to (int lp). (Used by effects that "make the LP become X")

Signature

Duel.SetLP(int player, int lp) → nil

lua
Duel.SetLP(player,lp)

Parameters


under-construction