Home | History | Annotate | Download | only in jni

Lines Matching refs:signon

530 // add an svc_spawnambient command to the level signon packet
532 MSG_WriteByte (&sv.signon,svc_spawnstaticsound);
534 MSG_WriteCoord(&sv.signon, pos[i]);
536 MSG_WriteByte (&sv.signon, soundnum);
538 MSG_WriteByte (&sv.signon, (int) (vol*255));
539 MSG_WriteByte (&sv.signon, (int) (attenuation*64));
1529 return &sv.signon;
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);
1600 MSG_WriteCoord(&sv.signon, ent->u.v.origin[i]);
1601 MSG_WriteAngle(&sv.signon, ent->u.v.angles[i]);