Home
last modified time | relevance | path

Searched defs:NPC_ClearLOS (Results 1 – 3 of 3) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/codeJK2/game/
H A Db_local.h246 inline qboolean NPC_ClearLOS( const vec3_t start, const vec3_t end ) in NPC_ClearLOS() function
250 inline qboolean NPC_ClearLOS( const vec3_t end ) in NPC_ClearLOS() function
254 inline qboolean NPC_ClearLOS( gentity_t *ent ) in NPC_ClearLOS() function
258 inline qboolean NPC_ClearLOS( const vec3_t start, gentity_t *ent ) in NPC_ClearLOS() function
262 inline qboolean NPC_ClearLOS( gentity_t *ent, const vec3_t end ) in NPC_ClearLOS() function
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Db_local.h245 inline qboolean NPC_ClearLOS( const vec3_t start, const vec3_t end ) in NPC_ClearLOS() function
249 inline qboolean NPC_ClearLOS( const vec3_t end ) in NPC_ClearLOS() function
253 inline qboolean NPC_ClearLOS( gentity_t *ent ) in NPC_ClearLOS() function
257 inline qboolean NPC_ClearLOS( const vec3_t start, gentity_t *ent ) in NPC_ClearLOS() function
261 inline qboolean NPC_ClearLOS( gentity_t *ent, const vec3_t end ) in NPC_ClearLOS() function
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A DNPC_utils.c1086 qboolean NPC_ClearLOS( const vec3_t start, const vec3_t end ) in NPC_ClearLOS() function