From cb7bfbf642862c9f120b68cba7c727a1f3caadd1 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 29 Jul 2005 19:37:07 +0000 Subject: [PATCH] Added request at16475 --- plugins/include/engine.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/include/engine.inc b/plugins/include/engine.inc index 1534515e..9a6fc427 100755 --- a/plugins/include/engine.inc +++ b/plugins/include/engine.inc @@ -273,4 +273,7 @@ native is_in_viewcone(entity, Float:origin[3]); //SDK function - checks if an origin is visible to an entity native is_visible(entity, Float:origin[3]); -#include \ No newline at end of file +//Added at twistedeuphoria's request, see funcwiki for details +native trace_forward(Float:start[3], Float:angle, Float:give, ignoreEnt, &Float:hitX, &Float:hitY, &Float:shortestDistance, &Float:shortestDistLow, &Float:shortestDistHigh); + +#include