]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/mutators/mutator_dodging.qh
Merge branch 'master' into Mario/qc_updates
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / mutator_dodging.qh
1 #ifndef MUTATOR_DODGING_H
2 #define MUTATOR_DODGING_H
3
4 float g_dodging;
5
6 // set to 1 to indicate dodging has started.. reset by physics hook after dodge has been done..
7 .float dodging_action;
8
9 // the jump part of the dodge cannot be ramped
10 .float dodging_single_action;
11 #endif