We taught you how to find it in Source Engine. Now we teach you how to find it in Cube Engine.
What is trace line?
Trace line is a function which takes two positions in 3d space and discovers if there is a collision in between them. It does this by drawing a virtual line from the source to the destination and on each specific increment it detects if a collision with another object has been detected. Learn more from our traceline article.