ToggleHUDCursor

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Toggles the menu mode cursor for the HUDMain menu. While toggled, mouse motion will control the cursor position, instead of the camera direction.

Just as in true menu mode, the cursor is capable of activating and interacting with UI components (click/mouseover/scroll/drag etc.) that are part of the HUDMain menu.

  • Cursor mode is automatically switched off upon opening any game menu.
  • By omitting the argument, the function can be used to return whether cursor mode is active, without making any changes.

Syntax

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

Example

ToggleHUDCursor 1
set bCursorMode to ToggleHUDCursor 

See Also