HomeSort by relevance Sort by last modified time
    Searched refs:MULTICAST_PHS (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/QW/progs/
weapons.qc 407 multicast (self.origin, MULTICAST_PHS);
584 multicast (org, MULTICAST_PHS);
607 multicast (self.origin, MULTICAST_PHS);
811 multicast (self.origin, MULTICAST_PHS);
853 multicast (self.origin, MULTICAST_PHS);
  /external/quake/quake/src/QW/server/
sv_send.c 252 MULTICAST_PHS send to clients potentially hearable from org
282 case MULTICAST_PHS:
303 if (to == MULTICAST_PHS_R || to == MULTICAST_PHS) {
426 SV_Multicast (origin, reliable ? MULTICAST_PHS_R : MULTICAST_PHS);
server.h 309 #define MULTICAST_PHS 1

Completed in 81 milliseconds