*** empty log message ***

This commit is contained in:
David Anderson 2005-08-01 18:56:03 +00:00
parent 90c0e32cb3
commit 424a8c17b3

View File

@ -273,8 +273,8 @@ native find_sphere_class(aroundent, _lookforclassname[], Float:radius, entlist[]
//SDK function - checks if an origin is in an entity's view cone
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]);
//SDK function - checks if an entity is visible to an entity
native is_visible(entity, target);
//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);