~~NOTOC~~
<=[[4rpl:start| Index]]
* [[4rpl:commands:GetUnitDamagedByAC|Get]]
* [[4rpl:commands:SetUnitDamagedByAC|Set]]
====== GetUnitDamagedByAC ======
GetUnitDamagedByAC(<-unit) ->damaged
===== Description =====
Gets a boolean indicating if the unit is damaged by AC
===== Examples =====
traceAllSP(GetUnitDamagedByAC(self))
<=[[4rpl:start| Index]]