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

Difference between revisions of "DP QC CHANGEPITCH"

From Quake Wiki

(New page: Field definitions: <pre> .float idealpitch; .float pitch_speed; </pre> Builtin definitions: <pre> void(entity ent) changepitch = #63; </pre> Equivilant to changeyaw, ent is normally self...)
 
 
Line 11: Line 11:
  
 
Equivilant to changeyaw, ent is normally self. (this was a Q2 builtin)
 
Equivilant to changeyaw, ent is normally self. (this was a Q2 builtin)
 +
[[Category:DarkPlaces]]

Latest revision as of 02:14, 25 March 2013

Field definitions:

.float idealpitch;
.float pitch_speed;

Builtin definitions:

void(entity ent) changepitch = #63;

Equivilant to changeyaw, ent is normally self. (this was a Q2 builtin)