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

User contributions

From Quake Wiki

Search for contributions
 
 
      
 
   

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

  • 01:46, 27 March 2013 (diff | hist) . . (+330). . N dprint(Created page with "====Syntax:==== <code>void dprint(string s)</code> Similar to bprint, dprint broadcasts text to all players in the map but only when the '''developer''' console variable is s...")
  • 01:45, 27 March 2013 (diff | hist) . . (+14). . bprint
  • 01:45, 27 March 2013 (diff | hist) . . (+347). . N sprint(Created page with "====Syntax:==== <code>void sprint(entity client, string s)</code> Sends text to a single player. This is used by items to display pickup text. '''client''' must be a player...")
  • 01:29, 27 March 2013 (diff | hist) . . (+254). . N bprint(Created page with "====Syntax:==== <code>void bprint(string s)</code> Broadcasts text to all players in the map. This is used by items to display pickup text. ====Parameters:==== :<code>s</cod...")
  • 01:28, 27 March 2013 (diff | hist) . . (+596). . N stuffcmd(Created page with "====Syntax:==== <code>void stuffcmd(entity client, string s)</code> Sends text to the console as if it had been typed by the '''client''' entity. For use with player entitie...")
  • 01:24, 27 March 2013 (diff | hist) . . (+441). . N precache model(Created page with "====Syntax:==== <code>string precache_model(string s)</code> Precaches a model for use by the engine. Any model that you want to use MUST be precached. Precaching can only ...")
  • 01:16, 27 March 2013 (diff | hist) . . (0). . m TrenchBroom
  • 02:00, 26 March 2013 (diff | hist) . . (+1,385). . N findradius(Created page with "====Syntax:==== <code>entity findradius(vector org, float rad)</code> Finds all entities in a sphere of the given radius and origin. ====Parameters:==== :<code>org</code> - T...")
  • 01:47, 26 March 2013 (diff | hist) . . (+539). . N ftos(Created page with "====Syntax:==== <code>string ftos(float f)</code> Converts a float into a string to allow it to be printed to the console or displayed in a centerprint. ====Parameters:==== :...")
  • 01:44, 26 March 2013 (diff | hist) . . (+746). . N walkmove(Created page with "====Syntax:==== <code>float walkmove(float yaw, float dist)</code> Moves the entity referenced by self in the direction and distance specified. ====Parameters:==== :<code>yaw...")
  • 01:31, 26 March 2013 (diff | hist) . . (+47). . m Entity(Spawnflags)
  • 03:01, 25 March 2013 (diff | hist) . . (+442). . N precache sound(Created page with "====Syntax:==== <code>string precache_sound(string s)</code> Precaches a sound for use by the engine. Any sound that you want to play MUST be precached. Precaching can only...")
  • 02:54, 25 March 2013 (diff | hist) . . (+565). . N find(Created page with "====Syntax:==== <code>entity find(entity start, .string fld, string match)</code> Returns an entity who's entity variable matches <code>match</code> by searching through the ...")
  • 02:51, 25 March 2013 (diff | hist) . . (+453). . N checkclient(Created page with "====Syntax:==== <code>entity checkclient()</code> This function returns a potentially visible player for the current self entity. Mainly used by monsters to detect players n...")
  • 01:24, 25 March 2013 (diff | hist) . . (+31). . Glossary
  • 01:20, 25 March 2013 (diff | hist) . . (+1,576). . N traceline(Created page with "====Syntax:==== <code>void traceline(vector v1, vector v2, float collisionType, entity ignore)</code> This function traces a line between v1 and v2 and sets many global varia...")
  • 01:12, 25 March 2013 (diff | hist) . . (-3). . remove
  • 01:12, 25 March 2013 (diff | hist) . . (+202). . N remove(Created page with "====Syntax:==== <code>void normalize(entity e)</code> "Removes" an entity from the game. ====Parameters:==== :<code>e</code> - The entity to remove ====Returns:==== :void [...")
  • 01:08, 25 March 2013 (diff | hist) . . (0). . spawn (function)
  • 01:07, 25 March 2013 (diff | hist) . . (+160). . N spawn (function)(Created page with "====Syntax:==== <code>vector spawn()</code> Used to create a new entity ====Parameters:==== :None ====Returns:==== :A new entity Category:QuakeC Function")

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)