HomeSort by relevance Sort by last modified time
    Searched refs:WriteDest (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/QW/server/
pr_cmds.c 1301 sizebuf_t *WriteDest (void)
1319 PR_RunError ("WriteDest: not a client");
1335 PR_RunError ("WriteDest: bad destination");
1350 PR_RunError ("WriteDest: not a client");
1362 MSG_WriteByte (WriteDest(), G_FLOAT(OFS_PARM1));
1372 MSG_WriteChar (WriteDest(), G_FLOAT(OFS_PARM1));
1382 MSG_WriteShort (WriteDest(), G_FLOAT(OFS_PARM1));
1392 MSG_WriteLong (WriteDest(), G_FLOAT(OFS_PARM1));
1402 MSG_WriteAngle (WriteDest(), G_FLOAT(OFS_PARM1));
1412 MSG_WriteCoord (WriteDest(), G_FLOAT(OFS_PARM1))
    [all...]
  /external/quake/quake/src/WinQuake/
pr_cmds.cpp 1506 sizebuf_t *WriteDest (void)
1522 PR_RunError ("WriteDest: not a client");
1532 PR_RunError ("WriteDest: bad destination");
1541 MSG_WriteByte (WriteDest(), (int) G_FLOAT(OFS_PARM1));
1546 MSG_WriteChar (WriteDest(), (int) G_FLOAT(OFS_PARM1));
1551 MSG_WriteShort (WriteDest(), (int) G_FLOAT(OFS_PARM1));
1556 MSG_WriteLong (WriteDest(), (int) G_FLOAT(OFS_PARM1));
1561 MSG_WriteAngle (WriteDest(), G_FLOAT(OFS_PARM1));
1566 MSG_WriteCoord (WriteDest(), G_FLOAT(OFS_PARM1));
1571 MSG_WriteString (WriteDest(), G_STRING(OFS_PARM1))
    [all...]

Completed in 445 milliseconds