Difference between revisions of "SetHotkeyItem"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Odessa
(created. source nvsewhatsnew)
 
imported>Odessa
m (fixed link)
 
Line 20: Line 20:
</pre>
</pre>
==See Also==
==See Also==
*[[GetHotKeyItem ]]  
*[[GetHotkeyItem]]
*[[ClearHotkey]]


[[Category:Functions_(NVSE)]]
[[Category:Functions_(NVSE)]]

Latest revision as of 10:57, 22 August 2014

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

A function added by the New Vegas Script Extender.

Description

Sets the item associated with a hotkey. Added by NVSE V4.5.6.

Syntax

[help]
(none) SetHotkeyItem WhichHotKey:int Item:ref

Example

ref rOldHotkey1

SetHotkeyItem 1, rOldHotKey1

See Also