⇐ Index
GetUnitConnectable
GetUnitConnectable(<-unit)
Description
Pushes true/false to the stack. True means that the unit will connect to other connectable units (like towers and pylons). False means it will not.
Examples
trace(GetUnitConnectable(self))
⇐ Index