summaryrefslogtreecommitdiff
path: root/src/input/inputactionmap.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-25 22:49:39 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-25 22:49:39 +0300
commit53fce496581e70f0d99bf91152cc6d7e802e0974 (patch)
treeda324a2b4767916437a8bffcf65b170ba38008ad /src/input/inputactionmap.h
parent3a091245572872f5cda79eab92eb392f92c02b39 (diff)
downloadplus-53fce496581e70f0d99bf91152cc6d7e802e0974.tar.gz
plus-53fce496581e70f0d99bf91152cc6d7e802e0974.tar.bz2
plus-53fce496581e70f0d99bf91152cc6d7e802e0974.tar.xz
plus-53fce496581e70f0d99bf91152cc6d7e802e0974.zip
Move chat command /target into actions.
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r--src/input/inputactionmap.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h
index 05bb49616..6e0dbd668 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -3082,6 +3082,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = {
InputCondition::INGAME,
"move",
true},
+ {"keySetTarget",
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ Input::GRP_DEFAULT,
+ &Actions::setTarget,
+ InputAction::NO_VALUE, 50,
+ InputCondition::INGAME,
+ "target",
+ true}
};
#endif // INPUT_INPUTACTIONMAP_H