Third (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== Slash Command ==
==Slash Command==
{{SlashCommandArticle|command=third|note=Toggles between first and third person camera}}
{{SlashCommandArticle|command=third|options=0-1|note=Toggles between third and first person camera views.}}


==Example==
The command behaves differently depending on the option that is used:
/third
{| class="wikitable" style="margin:auto"
|-
! Option !! Behavior
|-
| style="text-align:center; font-weight:bold;"| + || style="text-align:left;"|  Zooms-out the camera to third person view while the key is pressed, reverts to first person view when released.
|-
| style="text-align:center; font-weight:bold;"| ++ || style="text-align:left;"| Toggles third 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-out the camera to third person view.
|-
| style="text-align:center; font-weight:bold;"| 0 || style="text-align:left;"| Disables third person view. Zooms-in the camera to first 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.


{{template:navbox Movement}}
==Examples==
/third 1
/++third
 
 
{{Navbox Movement}}
 
 
[[Category:Slash Commands]]

Revision as of 00:42, 26 July 2022

Slash Command

/third 0-1

Toggles between third and first person camera views.

The command behaves differently depending on the option that is used:

Option Behavior
+ Zooms-out the camera to third person view while the key is pressed, reverts to first person view when released.
++ Toggles third person view on and off with each press of the key or button.
1 Zooms-out the camera to third person view.
0 Disables third person view. Zooms-in the camera to first 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.

Examples

/third 1
/++third