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

Go to the source code of this file.

Functions

void te_csqc_lightningarc (vector from, vector to)

Function Documentation

◆ te_csqc_lightningarc()

void te_csqc_lightningarc ( vector from,
vector to )

Definition at line 7 of file lightningarc.qc.

8 {
9 WriteHeader(MSG_BROADCAST, TE_CSQC_ARC);
10
11 WriteVector(MSG_BROADCAST, from);
12 WriteVector(MSG_BROADCAST, to);
13 }
#define WriteHeader(to, id)
Definition net.qh:221
float MSG_BROADCAST
Definition menudefs.qc:55

References MSG_BROADCAST, vector, and WriteHeader.