Home | History | Annotate | Download | only in WinQuake

Lines Matching refs:MSG_WriteByte

532 	MSG_WriteByte (&sv.signon,svc_spawnstaticsound);
536 MSG_WriteByte (&sv.signon, soundnum);
538 MSG_WriteByte (&sv.signon, (int) (vol*255));
539 MSG_WriteByte (&sv.signon, (int) (attenuation*64));
1541 MSG_WriteByte (WriteDest(), (int) G_FLOAT(OFS_PARM1));
1591 MSG_WriteByte (&sv.signon,svc_spawnstatic);
1593 MSG_WriteByte (&sv.signon, SV_ModelIndex(pr_strings + ent->u.v.model));
1595 MSG_WriteByte (&sv.signon, (int) ent->u.v.frame);
1596 MSG_WriteByte (&sv.signon, (int) ent->u.v.colormap);
1597 MSG_WriteByte (&sv.signon, (int) ent->u.v.skin);