diff options
author | CooldudePUGS <70904206+CooldudePUGS@users.noreply.github.com> | 2023-03-13 18:46:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 00:46:33 +0100 |
commit | ad9cb9a52108c3bdb13a6de1b414b56bf8e88bd6 (patch) | |
tree | a7398804a487477edee07b4962d015f0a9ee0eb7 /docs/installing-northstar/using-northstar/commands.md | |
parent | a23a133dff7bfd2e94fb0c901da8c5a3f476412e (diff) | |
download | NorthstarWiki-ad9cb9a52108c3bdb13a6de1b414b56bf8e88bd6.tar.gz NorthstarWiki-ad9cb9a52108c3bdb13a6de1b414b56bf8e88bd6.zip |
Mention r_drawviewmodel in Northstar Commands (#140)
* Mention rui_drawviewmodel in Northstar Commands
Not necessary, but others mentioned that it'd be nice to have on the wiki and i agreed. Also again away from home and not 100% sure on capitalization
* Fix casing
Diffstat (limited to 'docs/installing-northstar/using-northstar/commands.md')
-rw-r--r-- | docs/installing-northstar/using-northstar/commands.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/installing-northstar/using-northstar/commands.md b/docs/installing-northstar/using-northstar/commands.md index 61a0f1b..c717012 100644 --- a/docs/installing-northstar/using-northstar/commands.md +++ b/docs/installing-northstar/using-northstar/commands.md @@ -49,6 +49,7 @@ bind "F5" "toggleconsole" | `give mp_weapon_peacekraber` | Gives you peacekraber | | | `r_latencyflex` | Enables [LatencyFleX](../../using-northstar/playing-on-linux/#latencyflex) (Linux-only, enabled by default) | `0` / `1` | | `rui_drawEnable` | Enables or disables the HUD | `0` / `1` | +| `r_drawviewmodel` | Enables or disables viewing of the player's hands and weapons | `0` / `1` | ### Useful dev commands |