lineOfSight
Returns if a target location is in Line of Sight.
lineOfSight(Vector3) : true : false
Example
if lineOfSight({x = 0, y = 0, z = 0}) then return cast(Efflorescence, 'none', {x = 0, y = 0, z = 0})end
Returns if a target location is in Line of Sight.
lineOfSight(Vector3) : true : false
Example
if lineOfSight({x = 0, y = 0, z = 0}) then return cast(Efflorescence, 'none', {x = 0, y = 0, z = 0})end