~~NOTOC~~
<=[[4rpl:start| Index]]
* [[4rpl:commands:GetUnitRange|Get]]
* [[4rpl:commands:SetUnitRange|Set]]
====== GetUnitRange ======
GetUnitRange(<-unit)
===== Description =====
Pushes the value of the unit's range to the stack. A range may be used by the unit's weapon, for line of sight, etc. How the range is used is unit dependent.
===== Examples =====
trace(GetUnitRange(self))
<=[[4rpl:start| Index]]