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

User contributions

From Quake Wiki

For 129.13.186.4 (talk | block log | uploads | logs)
Search for contributions
 
 
      
 
   

  • 18:56, 15 October 2008 (diff | hist) . . (+15). . Main Page
  • 18:54, 15 October 2008 (diff | hist) . . (+32). . Main Page
  • 21:24, 23 February 2008 (diff | hist) . . (+113). . N clientcommand(New page: void '''clientcommand''' (entity e, string s) Executes a command string as if it came from the specified client)
  • 21:04, 23 February 2008 (diff | hist) . . (+511). . N Bprint(New page: void '''bprint''' ( string ''text'' [, string ''text2''] [, string ''text3''] [, string ''text4''] [, string ''text5''] [, string ''text6''] ...) (current)
  • 20:49, 23 February 2008 (diff | hist) . . (+313). . N Objerror(New page: void '''objerror''' (string ''text'') Prints an error message related to object '''self'''. An example of '''objerror''' being used is in doors.qc, where an objerror is called if it det...) (current)
  • 20:35, 23 February 2008 (diff | hist) . . (+305). . N Setmodel(New page: void '''setmodel''' (entity ''e'', string ''model'') ''e'' = entity whose model is to be set ''model'' = name of the model (example: "progs/soldier.mdl") Changes the model associated t...) (current)
  • 20:33, 23 February 2008 (diff | hist) . . (+471). . N Setorigin(New page: void '''setorigin''' (entity ''e'', vector ''position'') e = entity to be moved ''position'' = new position for the entity Moves an entity to a given location. That function is to be u...) (current)
  • 20:31, 23 February 2008 (diff | hist) . . (+326). . N Makevectors(New page: void '''makevectors'''(vector ''angles'') ''angle'' = 'pitch yaw 0' Calculate the vectors pointing forward, right and up, according to the provided angles. Returns result in the '''glo...) (current)
  • 18:01, 23 February 2008 (diff | hist) . . (+123). . N findfloat(New page: entity '''findfloat'''(entity start, .float fld, float match) finds an entity, similar to Find, but for float fields.)
  • 18:00, 23 February 2008 (diff | hist) . . (+211). . Find(current)
  • 17:56, 23 February 2008 (diff | hist) . . (+207). . Find
  • 17:51, 23 February 2008 (diff | hist) . . (+133). . N findentity(New page: entity '''findentity'''(entity ''start'', .entity field, entity match) finds an entity, similar to Find, but for entity fields.)
  • 17:49, 23 February 2008 (diff | hist) . . (+4). . Find
  • 17:47, 23 February 2008 (diff | hist) . . (+1). . Find
  • 21:56, 22 February 2008 (diff | hist) . . (+1,241). . N Traceline(New page: '''traceline'''(vector ''v1'', vector ''v2'', float ''nomonsters'', entity ''forent'') ''v1'' = start of line ''v2'' = end of line ''nomonster'' = if TRUE, then see through other monst...) (current)
  • 21:46, 22 February 2008 (diff | hist) . . (+223). . N aim(New page: vector '''aim'''(entity ''e'', float ''missilespeed'') Returns a vector along which the entity ''e'' can shoot. Usually, ''e'' is a player, and the vector returned is calculated by auto-...)
  • 21:31, 22 February 2008 (diff | hist) . . (+197). . N vectoangles(New page: vector '''vectoangles'''(vector ''v'') Returns vector ' pitch yaw 0 ' Vector to angles: calculates the pitch angle (aiming) and yaw angle (bearing) corresponding to a given 3D directi...)
  • 21:19, 22 February 2008 (diff | hist) . . (+104). . N fabs(New page: float '''fabs'''(float ''val'') Returns absolute value of ''val'' (like the equivalent function in C).)
  • 21:17, 22 February 2008 (diff | hist) . . (+119). . N ceil(New page: float '''ceil'''(float ''val'') Returns ''val'', rounded up to the integer above (like the equivalent function in C).)
  • 21:17, 22 February 2008 (diff | hist) . . (+120). . N floor(New page: float '''floor'''(float ''val'') Returns ''val'', rounded up to the integer below (like the equivalent function in C).)
  • 21:16, 22 February 2008 (diff | hist) . . (+91). . N rint(New page: float '''rint'''(float ''val'') Returns ''val'', rounded up to the closest integer value.)
  • 21:07, 22 February 2008 (diff | hist) . . (+613). . N Find(New page: entity '''find''' (entity ''start'', .string ''field'', string ''match'') ''start'' = begining of list to search (world, for the begining of list) ''field'' = entity field that must be e...)