Index

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))

Index