Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
sv_dodging.qh
Go to the documentation of this file.
1#pragma once
2
3REPLICATE_INIT(bool, cvar_cl_dodging);
4REPLICATE_INIT(float, cvar_cl_dodging_timeout);
#define REPLICATE_INIT(type, name)
Definition replicate.qh:7