Difference between revisions of "ClearAllHotkeys"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Gribbleshnibit8
(Created page with "{{Function |origin = Lutana |summary = Removes all of the player's current hotkeys. |name = ClearAllHotkeys }} ==See Also== *RestoreHotkeys *SaveHotkeys Category...")
 
imported>Pintocat
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Function
{{Function
  |origin = Lutana
  |origin = LU
  |summary = Removes all of the player's current hotkeys.
  |summary = Removes all of the player's current hotkeys.
  |name = ClearAllHotkeys
  |name = ClearAllHotkeys
|returnType = void
}}
}}
==See Also==
==See Also==
*[[RestoreHotkeys]]
*[[SaveHotkeys]]
[[Category:Functions_(Lutana)]]
[[Category:Functions_(Lutana)]]
[[Category:Hotkey_Functions_(Lutana)]]
[[SetHotkeyItem]]
[[GetHotkeyItem]]
[[ClearHotKey]]
[[SetHotkey]]
[[SaveHotkeys]]
[[RestoreHotkeys]]

Latest revision as of 12:08, 21 December 2016

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

A function added by the Lutana NVSE plugin.

Description

Removes all of the player's current hotkeys.

Syntax

[help]
ClearAllHotkeys

See Also

SetHotkeyItem

GetHotkeyItem

ClearHotKey

SetHotkey

SaveHotkeys

RestoreHotkeys