Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
net_linked.qh File Reference
Include dependency graph for net_linked.qh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 NET_HANDLE (_ENT_CLIENT_INIT, bool isnew)

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

Function Documentation

◆ NET_HANDLE()

NET_HANDLE ( _ENT_CLIENT_INIT ,
bool isnew )

Definition at line 30 of file net_linked.qh.

30{ make_pure(this); return true; }
#define make_pure(e)
direct use is
Definition oo.qh:13

References make_pure.

Variable Documentation

◆ RACE_NET_CHECKPOINT_CLEAR

const int RACE_NET_CHECKPOINT_CLEAR = 1

Definition at line 12 of file net_linked.qh.

Referenced by NET_HANDLE(), race_ClearTime(), and SetSpectatee_status().

◆ RACE_NET_CHECKPOINT_HIT_QUALIFYING

const int RACE_NET_CHECKPOINT_HIT_QUALIFYING = 0

Definition at line 11 of file net_linked.qh.

Referenced by NET_HANDLE(), and race_SendTime().

◆ RACE_NET_CHECKPOINT_HIT_RACE

const int RACE_NET_CHECKPOINT_HIT_RACE = 3

Definition at line 14 of file net_linked.qh.

Referenced by NET_HANDLE(), and race_SendTime().

◆ RACE_NET_CHECKPOINT_HIT_RACE_BY_OPPONENT

const int RACE_NET_CHECKPOINT_HIT_RACE_BY_OPPONENT = 4

Definition at line 15 of file net_linked.qh.

Referenced by NET_HANDLE(), and race_SendTime().

◆ RACE_NET_CHECKPOINT_HIT_SELF_QUALIFYING

const int RACE_NET_CHECKPOINT_HIT_SELF_QUALIFYING = 13

Definition at line 24 of file net_linked.qh.

◆ RACE_NET_CHECKPOINT_NEXT_QUALIFYING

const int RACE_NET_CHECKPOINT_NEXT_QUALIFYING = 2

Definition at line 13 of file net_linked.qh.

Referenced by NET_HANDLE(), and race_SendNextCheckpoint().

◆ RACE_NET_CHECKPOINT_NEXT_SELF_QUALIFYING

const int RACE_NET_CHECKPOINT_NEXT_SELF_QUALIFYING = 14

Definition at line 25 of file net_linked.qh.

◆ RACE_NET_CHECKPOINT_NEXT_SPEC_QUALIFYING

const int RACE_NET_CHECKPOINT_NEXT_SPEC_QUALIFYING = 5

Definition at line 16 of file net_linked.qh.

Referenced by NET_HANDLE(), and race_SendNextCheckpoint().

◆ RACE_NET_PENALTY_QUALIFYING

const int RACE_NET_PENALTY_QUALIFYING = 7

Definition at line 18 of file net_linked.qh.

Referenced by NET_HANDLE(), and race_ImposePenaltyTime().

◆ RACE_NET_PENALTY_RACE

const int RACE_NET_PENALTY_RACE = 6

Definition at line 17 of file net_linked.qh.

Referenced by NET_HANDLE(), and race_ImposePenaltyTime().

◆ RACE_NET_RANKINGS_CNT

const int RACE_NET_RANKINGS_CNT = 15

Definition at line 26 of file net_linked.qh.

Referenced by NET_HANDLE(), and race_send_rankings_cnt().

◆ RACE_NET_SERVER_RANKINGS

const int RACE_NET_SERVER_RANKINGS = 11

Definition at line 22 of file net_linked.qh.

Referenced by NET_HANDLE(), and race_SendRanking().

◆ RACE_NET_SERVER_RECORD

const int RACE_NET_SERVER_RECORD = 8

Definition at line 19 of file net_linked.qh.

Referenced by NET_HANDLE(), and race_send_recordtime().

◆ RACE_NET_SERVER_STATUS

const int RACE_NET_SERVER_STATUS = 12

Definition at line 23 of file net_linked.qh.

Referenced by NET_HANDLE(), and race_SendStatus().

◆ RACE_NET_SPEED_AWARD

const int RACE_NET_SPEED_AWARD = 9

Definition at line 20 of file net_linked.qh.

Referenced by NET_HANDLE(), and race_send_speedaward().

◆ RACE_NET_SPEED_AWARD_BEST

const int RACE_NET_SPEED_AWARD_BEST = 10

Definition at line 21 of file net_linked.qh.

Referenced by NET_HANDLE(), and race_send_speedaward_alltimebest().