First (Slash Command): Difference between revisions
Jump to navigation
Jump to search
imported>Felderburg (historical) m (Added movement navbox this page is linked from) |
No edit summary |
||
Line 1: | Line 1: | ||
==Slash Command== | ==Slash Command== | ||
{{SlashCommandArticle|command=first|note=Using "/first 0" will put the camera in third-person mode. Using "/first 1" will put the camera in first-person mode. Using "/first" will display 0 or 1, indicating whether the camera is in third-person or first-person mode.}} | {{SlashCommandArticle|command=first|note=Toggles first person view. Using "/first 0" will put the camera in third-person mode. Using "/first 1" will put the camera in first-person mode. Using "/first" will display 0 or 1, indicating whether the camera is in third-person or first-person mode.}} | ||
The command behaves differently depending on the option that is used: | |||
{| class="wikitable" style="margin:auto" | |||
|- | |||
! Option !! Behavior | |||
|- | |||
| style="text-align:center; font-weight:bold;"| + || style="text-align:left;"| Zooms-in the camera to first person view while the key is pressed, reverts to third person view when released. | |||
|- | |||
| style="text-align:center; font-weight:bold;"| ++ || style="text-align:left;"| Toggles first person view on and off with each press of the key or button. | |||
|- | |||
| style="text-align:center; font-weight:bold;"| 1 || style="text-align:left;"| Zooms-in the camera to first person view. | |||
|- | |||
| style="text-align:center; font-weight:bold;"| 0 || style="text-align:left;"| Disables first person view. Zooms-out the camera to third person view. | |||
|} | |||
* The "+" and "++" options are prefixes that must be placed at the beginning of the command. These options are intended to be used with commands that are [[Binds|bound]] to keys or mouse buttons. | |||
* The "1" and "0" options must be placed after the command separated by a space or comma. | |||
* By default, this command is bound to the End key as <code>+zoomout</code>. | |||
==Examples== | |||
/first 1 | |||
/++first | |||
{{Navbox Movement}} | {{Navbox Movement}} | ||
[[Category:Slash Commands]] |
Revision as of 00:34, 26 July 2022
Slash Command
Toggles first person view. Using "/first 0" will put the camera in third-person mode. Using "/first 1" will put the camera in first-person mode. Using "/first" will display 0 or 1, indicating whether the camera is in third-person or first-person mode.
The command behaves differently depending on the option that is used:
Option | Behavior |
---|---|
+ | Zooms-in the camera to first person view while the key is pressed, reverts to third person view when released. |
++ | Toggles first person view on and off with each press of the key or button. |
1 | Zooms-in the camera to first person view. |
0 | Disables first person view. Zooms-out the camera to third person view. |
- The "+" and "++" options are prefixes that must be placed at the beginning of the command. These options are intended to be used with commands that are bound to keys or mouse buttons.
- The "1" and "0" options must be placed after the command separated by a space or comma.
- By default, this command is bound to the End key as
+zoomout
.
Examples
/first 1 /++first