Difference between revisions of "RestoreHotkeys"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Gribbleshnibit8
imported>Pintocat
Line 1: Line 1:
{{Function
{{Function
  |origin = LU
  |origin = LU
  |summary = Restores the player's hotkeys stored with SaveHotkeys.
  |summary = Restores the player's hotkeys from memory or from an array_var.
  |name = RestoreHotkeys
  |name = RestoreHotkeys
|returnType = void
|arguments =
  {{FunctionArgument
  |Name = keys
  |Type = array
  }}
}}
}}
==See Also==
==See Also==
*[[ClearAllHotkeys]]
*[[SaveHotkeys]]
[[Category:Functions_(Lutana)]]
[[Category:Functions_(Lutana)]]
[[Category:Hotkey_Functions_(Lutana)]]
[[SetHotkeyItem]]
[[GetHotkeyItem]]
[[ClearHotKey]]
[[SetHotkey]]
[[SaveHotkeys]]
[[ClearAllHotkeys]]

Revision as of 12:07, 21 December 2016

< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Restores the player's hotkeys from memory or from an array_var.

Syntax

[help]
RestoreHotkeys keys:array

See Also

SetHotkeyItem

GetHotkeyItem

ClearHotKey

SetHotkey

SaveHotkeys

ClearAllHotkeys