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