Is Fire Line Free
public virtual void IsFireLineFree(Unit target)
This method checks, is line of fire to target have no obstacles. It done by ray from unit shoot point to target position: if ray hits target, method returns true.
public virtual void IsFireLineFree(Unit target)
This method checks, is line of fire to target have no obstacles. It done by ray from unit shoot point to target position: if ray hits target, method returns true.