Index

:!: Available in version 1.3 and later.

GetUnitBuildWare

GetUnitBuildWare(<-unit) ->unitBuildWare

Description

Pushes the build ware type of the unit to the stack. 0 = energy, 1 = anticreeper, 2 = arg, 3 = liftic.

Examples

trace(GetUnitBuildWare(self))

Index