diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-25 22:29:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-25 22:29:43 +0300 |
commit | 66c33ea3f5e82ae09b935f65d7183b4ffc8bb9b1 (patch) | |
tree | 6ab4c5a48bc54f7e0156f3ef64851f51c76ba95a /src/input | |
parent | 46f4e5fb5c77d01de334e059b88837f8c7fe1f3e (diff) | |
download | plus-66c33ea3f5e82ae09b935f65d7183b4ffc8bb9b1.tar.gz plus-66c33ea3f5e82ae09b935f65d7183b4ffc8bb9b1.tar.bz2 plus-66c33ea3f5e82ae09b935f65d7183b4ffc8bb9b1.tar.xz plus-66c33ea3f5e82ae09b935f65d7183b4ffc8bb9b1.zip |
Add chat command /hide. Also add it 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 d42fda40d..625b7dd88 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5419,6 +5419,12 @@ static const InputActionData inputActionData "immortal", UseArgs_true, Protected_true}, + {"keyCommandHide", + defaultAction(&Actions::commandHide), + InputCondition::INGAME, + "hide", + UseArgs_true, + Protected_true}, }; #undef defaultAction |