~~NOTOC~~
<=[[4rpl:start| Index]]
* [[4rpl:commands:GetUnitMaxHealth|Get]]
* [[4rpl:commands:SetUnitMaxHealth|Set]]
====== GetUnitMaxHealth ======
GetUnitMaxHealth(<-unit) ->unitMaxHealth
===== Description =====
Pushes the max health of the unit to the stack. The default value is 1.
===== Examples =====
trace(GetUnitMaxHealth(self))
<=[[4rpl:start| Index]]