git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3414 fc73d0e0-1445-4013-8a0c-d673dee63da5

This commit is contained in:
Magnus 2009-11-05 05:15:57 +00:00
parent 0598a6d3c2
commit 43fff592e8
1 changed files with 27 additions and 1 deletions

View File

@ -28,6 +28,7 @@ float servercommandframe; //clientframe echoed off the server
string mapname; //current brief map name
float intermission; //non-zero if the server sent an svc_intermission.
//
// global variables set by built in functions
//
@ -102,10 +103,22 @@ void end_sys_globals; // flag for structure dumping
.float renderflags;
.string model;
.float frame;
.float health;
.float ammo_shells;
.float ammo_cells;
.float weight;
.float max_weight;
.float max_health;
.float rage;
.float regen;
.float position;
.float missionbrief;
.float sneak;
.float perk2;
.float perk1;
.float frame2;
.float lerpfrac; //the ammount of frame2 to use.
.float skin;
.vector mins, maxs; // bounding box extents reletive to origin
.vector size; // maxs - mins
@ -129,3 +142,16 @@ void end_sys_globals; // flag for structure dumping
//================================================
void end_sys_fields; // flag for structure dumping
//================================================
.float map_ent1;
.float map_ent2;
.float map_ent3;
.float map_obj;
.float location;
.float start_time;
.float recoil;
.float silencer;
.float extender;
.float timer;