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