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

DP QC VECTORVECTORS

From Quake Wiki

Revision as of 16:48, 28 February 2008 by KrimZon (talk | contribs) (New page: Builtin definitions: <pre> void(vector dir) vectorvectors = #432; </pre> Creates v_forward, v_right, and v_up vectors given a forward vector, similar to makevectors except it takes a forw...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Builtin definitions:

void(vector dir) vectorvectors = #432;

Creates v_forward, v_right, and v_up vectors given a forward vector, similar to makevectors except it takes a forward direction vector instead of angles.