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

DP QC CHANGEPITCH

From Quake Wiki

Revision as of 16:20, 28 February 2008 by KrimZon (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)