~~NOTOC~~
<=[[4rpl:start| Index]]
* [[4rpl:commands:GetUnitFootprintResistsCreeperHeight|Get]]
* [[4rpl:commands:SetUnitFootprintResistsCreeperHeight|Set]]
====== GetUnitFootprintResistsCreeperHeight ======
GetUnitFootprintResistsCreeperHeight(<-unit)
===== Description =====
Pushes an integer to the stack. Any value greater than 0 means that the unit will create a false terrain that resists the flow of creeper.
The implementation is to create a false terrain at the specified height over the footprint (the width and length of the unit).
===== Examples =====
trace(GetUnitFootprintResistsCreeperHeight(self))
<=[[4rpl:start| Index]]