~~NOTOC~~
<=[[4rpl:start| Index]]
* [[4rpl:commands:GetUnitArmed|Get]]
* [[4rpl:commands:SetUnitArmed|Set]]
====== GetUnitArmed ======
GetUnitArmed(<-unit) ->unitArmed
===== Description =====
Pushes the armed status of a unit to the stack.
===== Examples =====
trace(GetUnitArmed(self))
<=[[4rpl:start| Index]]