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
  • self.nextthink = time + (random() * 5); fireball.nextthink = time + 5;
    15 KB (1,782 words) - 12:50, 29 March 2013
  • // self.nextthink = time + nexttime; self.nextthink = time + 0.1;
    5 KB (680 words) - 13:09, 29 March 2013
  • missile.nextthink = time + 2.5; self.nextthink = self.nextthink + random()*0.2;}; // slight variation
    14 KB (1,857 words) - 13:11, 29 March 2013
  • pl.nextthink = time + 0.5; timer.nextthink = time + 1;
    9 KB (1,068 words) - 13:12, 29 March 2013
  • self.nextthink = self.ltime + 3; self.nextthink = self.ltime + 1; // delay going down
    8 KB (1,129 words) - 13:14, 29 March 2013
  • bubble.nextthink = time + 0.5; self.nextthink = time + 0.1;
    17 KB (2,069 words) - 13:17, 29 March 2013
  • missile.nextthink = flytime + time; self.nextthink = time + 0.2;
    8 KB (901 words) - 13:18, 29 March 2013
  • ...=[ $magic3, sham_magic4 ] {ai_face();self.nextthink = self.nextthink + 0.2; o.nextthink = time + 0.7;
    13 KB (1,461 words) - 13:19, 29 March 2013
  • calculate self.velocity and self.nextthink to reach dest from self.nextthink = self.ltime + 0.1;
    6 KB (793 words) - 13:24, 29 March 2013
  • self.nextthink = time + 0.1; self.nextthink = time + 0.1;
    7 KB (916 words) - 13:25, 29 March 2013
  • if (self.nextthink > time) self.nextthink = time + self.wait;
    14 KB (1,783 words) - 13:27, 29 March 2013
  • missile.nextthink = time + 1; missile.nextthink = time + 5;
    25 KB (2,983 words) - 13:29, 29 March 2013
  • missile.nextthink = time + 5; missile.nextthink = time + 0.6;
    11 KB (1,388 words) - 13:30, 29 March 2013
  • void() zombie_cruc2 = [ $cruc_2, zombie_cruc3 ] {self.nextthink = time + 0.1 + random()*0.1;}; void() zombie_cruc3 = [ $cruc_3, zombie_cruc4 ] {self.nextthink = time + 0.1 + random()*0.1;};
    20 KB (2,491 words) - 13:32, 29 March 2013
  • hunter.nextthink = time + 0.25; //Quarter second out, activate self.nextthink = time + 0.01; //Nextthink will be quick to avoid running into walls
    6 KB (832 words) - 22:55, 29 March 2018
  • hunter.nextthink = time + 0.25; //Quarter second out, activate self.nextthink = time + 0.01; //Nextthink will be quick to avoid running into walls
    6 KB (871 words) - 23:06, 29 March 2018
  • 21 KB (3,261 words) - 11:05, 2 August 2023
  • self.nextthink = time + 0.1; self.nextthink = time + 0.05; // Update at 20Hz instead of 10Hz
    17 KB (2,767 words) - 16:19, 2 August 2023