*** empty log message ***
This commit is contained in:
parent
90c0e32cb3
commit
424a8c17b3
|
@ -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
|
//SDK function - checks if an origin is in an entity's view cone
|
||||||
native is_in_viewcone(entity, Float:origin[3]);
|
native is_in_viewcone(entity, Float:origin[3]);
|
||||||
|
|
||||||
//SDK function - checks if an origin is visible to an entity
|
//SDK function - checks if an entity is visible to an entity
|
||||||
native is_visible(entity, Float:origin[3]);
|
native is_visible(entity, target);
|
||||||
|
|
||||||
//Added at twistedeuphoria's request, see funcwiki for details
|
//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);
|
native trace_forward(Float:start[3], Float:angle, Float:give, ignoreEnt, &Float:hitX, &Float:hitY, &Float:shortestDistance, &Float:shortestDistLow, &Float:shortestDistHigh);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user