Xonotic
|
#include <lib/csqcmodel/net.qh>
Go to the source code of this file.
Variables | |
const int | RACE_NET_CHECKPOINT_CLEAR = 1 |
const int | RACE_NET_CHECKPOINT_HIT_QUALIFYING = 0 |
const int | RACE_NET_CHECKPOINT_HIT_RACE = 3 |
const int | RACE_NET_CHECKPOINT_HIT_RACE_BY_OPPONENT = 4 |
const int | RACE_NET_CHECKPOINT_HIT_SELF_QUALIFYING = 13 |
const int | RACE_NET_CHECKPOINT_NEXT_QUALIFYING = 2 |
const int | RACE_NET_CHECKPOINT_NEXT_SELF_QUALIFYING = 14 |
const int | RACE_NET_CHECKPOINT_NEXT_SPEC_QUALIFYING = 5 |
const int | RACE_NET_PENALTY_QUALIFYING = 7 |
const int | RACE_NET_PENALTY_RACE = 6 |
const int | RACE_NET_RANKINGS_CNT = 15 |
const int | RACE_NET_SERVER_RANKINGS = 11 |
const int | RACE_NET_SERVER_RECORD = 8 |
const int | RACE_NET_SERVER_STATUS = 12 |
const int | RACE_NET_SPEED_AWARD = 9 |
const int | RACE_NET_SPEED_AWARD_BEST = 10 |
const int RACE_NET_CHECKPOINT_CLEAR = 1 |
Definition at line 11 of file net_linked.qh.
Referenced by NET_HANDLE(), and race_ClearTime().
const int RACE_NET_CHECKPOINT_HIT_QUALIFYING = 0 |
Definition at line 10 of file net_linked.qh.
Referenced by NET_HANDLE().
const int RACE_NET_CHECKPOINT_HIT_RACE = 3 |
Definition at line 13 of file net_linked.qh.
Referenced by NET_HANDLE(), and race_SendTime().
const int RACE_NET_CHECKPOINT_HIT_RACE_BY_OPPONENT = 4 |
Definition at line 14 of file net_linked.qh.
Referenced by NET_HANDLE(), and race_SendTime().
const int RACE_NET_CHECKPOINT_HIT_SELF_QUALIFYING = 13 |
Definition at line 23 of file net_linked.qh.
const int RACE_NET_CHECKPOINT_NEXT_QUALIFYING = 2 |
Definition at line 12 of file net_linked.qh.
Referenced by NET_HANDLE(), and race_SendNextCheckpoint().
const int RACE_NET_CHECKPOINT_NEXT_SELF_QUALIFYING = 14 |
Definition at line 24 of file net_linked.qh.
const int RACE_NET_CHECKPOINT_NEXT_SPEC_QUALIFYING = 5 |
Definition at line 15 of file net_linked.qh.
Referenced by NET_HANDLE(), and race_SendNextCheckpoint().
const int RACE_NET_PENALTY_QUALIFYING = 7 |
Definition at line 17 of file net_linked.qh.
Referenced by NET_HANDLE(), and race_ImposePenaltyTime().
const int RACE_NET_PENALTY_RACE = 6 |
Definition at line 16 of file net_linked.qh.
Referenced by NET_HANDLE(), and race_ImposePenaltyTime().
const int RACE_NET_RANKINGS_CNT = 15 |
Definition at line 25 of file net_linked.qh.
Referenced by race_send_rankings_cnt().
const int RACE_NET_SERVER_RANKINGS = 11 |
Definition at line 21 of file net_linked.qh.
Referenced by race_SendRanking().
const int RACE_NET_SERVER_RECORD = 8 |
Definition at line 18 of file net_linked.qh.
Referenced by race_send_recordtime().
const int RACE_NET_SERVER_STATUS = 12 |
Definition at line 22 of file net_linked.qh.
Referenced by race_SendStatus().
const int RACE_NET_SPEED_AWARD = 9 |
Definition at line 19 of file net_linked.qh.
Referenced by race_send_speedaward().
const int RACE_NET_SPEED_AWARD_BEST = 10 |
Definition at line 20 of file net_linked.qh.
Referenced by race_send_speedaward_alltimebest().