I need a fan-shaped collision detection and trigger some events, but I don't know which method is the most efficient.
s_scan or c_trace (Speed: low)
I currently use 7,8 c_trace(line)
but i need fan-shaped range. how to do it?

THANKS YOUR TIME