From 645553c783c2cacb1ed140aa53792c35c3b971d2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 12 Dec 2014 20:29:50 +0300 Subject: Add chat command for move to being location. New chat command: /navigateto NAME --- src/input/inputactionmap.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/input/inputactionmap.h') diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 08d7bbf7a..e9457058b 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -4225,6 +4225,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputCondition::INGAME, "wt|whispertext|msgtext", true}, + {"keyNavigateTo", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT, + &Actions::navigateTo, + InputAction::NO_VALUE, 50, + InputCondition::INGAME, + "navigateto", + true}, }; #endif // INPUT_INPUTACTIONMAP_H -- cgit v1.2.3-70-g09d2