ToggleVanityWheel

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Sets whether mouse wheel scrolling adjusts camera distance from the player character.

  • By omitting the argument, the function can be used to return whether vanity wheel is enabled, without making any changes.

Syntax

[help]
(isToggled:0/1) ToggleVanityWheel toggle:1/0

Example

ToggleVanityWheel 0
set bVanityWheel to ToggleVanityWheel 

See Also