summaryrefslogtreecommitdiff
path: root/src/input/inputactionmap.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-24 18:41:46 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-24 18:41:46 +0300
commited90e9aa17a5135988a1a85f159c1556f7d84bd1 (patch)
tree96d149f5c88eae4b0563f8bbc7aa60d51498ab8b /src/input/inputactionmap.h
parentbb604b783f5909d068ced29e17a698a37115ebb6 (diff)
downloadmv-ed90e9aa17a5135988a1a85f159c1556f7d84bd1.tar.gz
mv-ed90e9aa17a5135988a1a85f159c1556f7d84bd1.tar.bz2
mv-ed90e9aa17a5135988a1a85f159c1556f7d84bd1.tar.xz
mv-ed90e9aa17a5135988a1a85f159c1556f7d84bd1.zip
Add chat command /showinventory. Also add show inventory to player context menu.
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r--src/input/inputactionmap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h
index 698ce7765..c91321f3d 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -5311,6 +5311,12 @@ static const InputActionData inputActionData
"showcart|cartlist",
UseArgs_true,
Protected_true},
+ {"keyCommandShowInventoryList",
+ defaultAction(&Actions::commandShowInventory),
+ InputCondition::INGAME,
+ "showinventory|inventorylist|itemlist",
+ UseArgs_true,
+ Protected_true},
};
#undef defaultAction