~~NOTOC~~
<=[[4rpl:start| Index]]
* [[4rpl:commands:GetUnitSuppressCount|Get]]
* [[4rpl:commands:SetUnitSuppressCount|Set]]
====== GetUnitSuppressCount ======
GetUnitSuppressCount(<-unit) ->count
===== Description =====
Returns the suppress count. The suppress count is set when a nullifier is nullifying a unit. By default a nullifer sets the suppress count to 30 every frame.
If a nullifier goes offline, the suppress count is decremented by 1 for each game frame. When the suppress count is not 0, a unit should not operate.
===== Examples =====
traceAllSP(GetUnitSuppressCount(self))
<=[[4rpl:start| Index]]