summaryrefslogtreecommitdiff
path: root/src/input/inputactionmap.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-24 17:47:26 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-24 17:47:26 +0300
commit52f9607980c82f53bbc76a5bb5825cbff61dc3b5 (patch)
treea4256432fbb4a6709b04d352d99f35156c0cd0d1 /src/input/inputactionmap.h
parent142cdd218fe10efbea5ceb78cb7947812c35e19e (diff)
downloadplus-52f9607980c82f53bbc76a5bb5825cbff61dc3b5.tar.gz
plus-52f9607980c82f53bbc76a5bb5825cbff61dc3b5.tar.bz2
plus-52f9607980c82f53bbc76a5bb5825cbff61dc3b5.tar.xz
plus-52f9607980c82f53bbc76a5bb5825cbff61dc3b5.zip
Add chat command /showlevel. Also add show level commands 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 4ffd21800..8e834168d 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -5287,6 +5287,12 @@ static const InputActionData inputActionData
"gmcharcommands|playerchargmcommands|playercharcommands",
UseArgs_true,
Protected_true},
+ {"keyCommandShowLevel",
+ defaultAction(&Actions::commandShowLevel),
+ InputCondition::INGAME,
+ "showlevel|exp",
+ UseArgs_true,
+ Protected_true},
};
#undef defaultAction