]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/client/vars.h
add "lsmaps" alias
[divverent/nexuiz.git] / data / qcsrc / client / vars.h
1 float player_flags;
2 float spec;
3
4 vector pl_view_forward;
5 vector pl_view_right;
6 vector pl_view_up;
7
8 float pl_xyspeed;
9
10 vector vieworg;
11
12 float vid_width, vid_height;
13
14 vector     PL_VIEW_OFS                             = '0 0 35';
15 vector     PL_MIN                                  = '-16 -16 -24';
16 vector     PL_MAX                                  = '16 16 45';
17 vector     PL_CROUCH_VIEW_OFS                      = '0 0 15';
18 vector     PL_CROUCH_MIN                           = '-16 -16 -24';
19 vector     PL_CROUCH_MAX                           = '16 16 25';
20