From 753efae71d14bfcb3b36abb1a1455c1c4bd7e4a8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 13 Dec 2014 15:18:05 +0300 Subject: Add chat command for move all items from inventory to storage. New command: /invtostorageall INDEX Alias: /invstorageall INDEX --- src/input/inputaction.h | 1 + src/input/inputactionmap.h | 9 +++++++++ 2 files changed, 10 insertions(+) (limited to 'src/input') diff --git a/src/input/inputaction.h b/src/input/inputaction.h index 044df1ab1..f5c4c927f 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -509,6 +509,7 @@ namespace InputAction INV_TO_STORAGE_10, INV_TO_STORAGE_HALF, INV_TO_STORAGE_ALL_1, + INV_TO_STORAGE_ALL, TOTAL }; } // namespace InputAction diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index f8427e397..a96353857 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -4324,6 +4324,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { InputCondition::INGAME, "invtostorageall1|invstorageall1", true}, + {"keyInvToStorageAll", + InputType::UNKNOWN, InputAction::NO_VALUE, + InputType::UNKNOWN, InputAction::NO_VALUE, + Input::GRP_DEFAULT, + &Actions::invToStorageAll, + InputAction::NO_VALUE, 50, + InputCondition::INGAME, + "invtostorageall|invstorageall", + true}, }; #endif // INPUT_INPUTACTIONMAP_H -- cgit v1.2.3-70-g09d2