~~NOTOC~~
<=[[4rpl:start| Index]]
* [[4rpl:commands:GetUnitConnectable|Get]]
* [[4rpl:commands:SetUnitConnectable|Set]]
====== 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))
<=[[4rpl:start| Index]]