Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Search results

From Quake Wiki

  • 14 KB (2,091 words) - 16:20, 2 August 2023
  • 6 KB (1,084 words) - 22:34, 17 February 2022
  • 3 KB (317 words) - 23:34, 30 October 2007
  • 823 bytes (124 words) - 16:22, 29 March 2013
  • 11 KB (1,239 words) - 02:32, 25 March 2013
  • 708 bytes (106 words) - 02:23, 25 March 2013
  • self.nextthink = time + 0.1; // next frame happens in 1/10 of second
    2 KB (345 words) - 17:24, 22 January 2015
  • * U_LERPFINISH - nextthink interval (ent->v.nextthink - sv.time) is not exactly 0.1 seconds, so the actual interval will be sent ...) // 1 byte, 0.0-1.0 maps to 0-255, not sent if exactly 0.1, this is ent->v.nextthink - sv.time, used for lerping
    10 KB (1,647 words) - 11:57, 3 December 2009
  • temp.nextthink = time + 1;
    661 bytes (89 words) - 12:39, 31 July 2023
  • 11 KB (1,869 words) - 17:27, 7 April 2013
  • self.nextthink = time + 0.1;
    14 KB (1,910 words) - 11:58, 29 March 2013
  • self.nextthink = time + 3; body.nextthink = time + 5;
    2 KB (198 words) - 12:01, 29 March 2013
  • self.nextthink = time + 0.1; le1.nextthink = -1;
    12 KB (1,590 words) - 12:04, 29 March 2013
  • self.nextthink = self.ltime + self.wait;
    3 KB (415 words) - 12:07, 29 March 2013
  • 17 KB (2,133 words) - 12:22, 29 March 2013
  • self.nextthink = time + 3; self.nextthink = time + 0.1;
    10 KB (1,217 words) - 12:25, 29 March 2013
  • self.nextthink = time + 0.1; self.nextthink = time + 0.1;
    9 KB (1,263 words) - 12:27, 29 March 2013
  • self.nextthink = self.ltime + self.wait; self.nextthink = self.ltime + self.wait;
    17 KB (2,355 words) - 12:30, 29 March 2013
  • newmis.nextthink = time + 5;
    11 KB (1,398 words) - 12:32, 29 March 2013
  • self.nextthink = time + 0.2; // items start after other solids self.nextthink = time + 5;
    28 KB (3,525 words) - 12:44, 29 March 2013

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)