diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-24 17:47:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-24 17:47:26 +0300 |
commit | 52f9607980c82f53bbc76a5bb5825cbff61dc3b5 (patch) | |
tree | a4256432fbb4a6709b04d352d99f35156c0cd0d1 /src/input | |
parent | 142cdd218fe10efbea5ceb78cb7947812c35e19e (diff) | |
download | plus-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')
-rw-r--r-- | src/input/inputactionmap.h | 6 |
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 |