~~NOTOC~~ ====== GetCreeperOnline ====== GetCreeperOnline(<-part <-angle <-range <-hardTarget <-targetAC) ===== Description ===== Looks for creeper along a line outward from the specified part. HardTarget is a vector representing a world position. If it is non negative, it is specified the end of a line from the part to check for creeper. If it is negative, then angle and range are used to check along a line. Angle is in degrees. NOTE: The LOS range limits the check. If you specify a line that exceeds the parts current LOS, cells outside the LOS will not be checked. Use SetLOSRange to increase the LOS range for a part. Returns a vector world position for nearest creeper on the line, or -1,-1 if not found. ===== Examples =====