diff options
author | Joseph Botosh <rumly111@gmail.com> | 2015-06-05 20:34:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-25 21:38:30 +0300 |
commit | f67a60ea6108e2c70186bf4742c223179ac5f4be (patch) | |
tree | c057d9dc5a8c9716b24b5ba2dc4cb576832ee1dc /src/input/inputactionmap.h | |
parent | 760b544fb26dcfc5103a44bf977cd8cd95b0862a (diff) | |
download | plus-f67a60ea6108e2c70186bf4742c223179ac5f4be.tar.gz plus-f67a60ea6108e2c70186bf4742c223179ac5f4be.tar.bz2 plus-f67a60ea6108e2c70186bf4742c223179ac5f4be.tar.xz plus-f67a60ea6108e2c70186bf4742c223179ac5f4be.zip |
add targetingType feature
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r-- | src/input/inputactionmap.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index b96a187f8..9c00f0557 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -4490,6 +4490,12 @@ static const InputActionData inputActionData InputCondition::INGAME, "servconfget|getservconf", UseArgs_true}, + {"keyChangeTargetingType", + defaultAction(&Actions::changeTargetingType), + InputCondition::GAME | InputCondition::VALIDSPEED + | InputCondition::EMODS, + "", + UseArgs_false}, }; #undef defaultAction |