Set Player Max Health
Battlefield 6 Scripting Docs / mod / mod / SetPlayerMaxHealth
function SetPlayerMaxHealth(player, maxHealth): void;
Defined in: mod/index.d.ts:20613
Sets the max health of a target player from 0 to 1000. The value will be multiplied by the max health multiplier of the that target.
| Parameter | Type |
|---|---|
player |
Player |
maxHealth |
number |
void