Difference between revisions of "GetHotkeyItem"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(New page: {{OBSE v0015}} A command for Oblivion Script Extender '''Syntax:''' (item/spell:ref) GetHotkeyItem whichHotkey:short Returns the spell attached to...)
 
imported>Qazaaq
(fixing description)
 
(2 intermediate revisions by one other user not shown)
Line 5: Line 5:
  (item/spell:ref) GetHotkeyItem whichHotkey:short
  (item/spell:ref) GetHotkeyItem whichHotkey:short


Returns the spell attached to a magic projectile.
Returns the item or spell bound to the specified hotkey (1-8).


== See Also ==
== See Also ==
* [[SetHotKeyItem]]
* [[SetHotkeyItem]]
* [[ClearHotkey]]


[[Category: Functions]]
[[Category: Functions]]
[[Category: Functions (OBSE)]]
[[Category: Functions (OBSE)]]
[[Category: Hotkey Functions]]
[[Category: Input Functions]]
[[Category: Hotkey Functions (OBSE)]]
[[Category: Input Functions (OBSE)]]

Latest revision as of 06:14, 26 May 2008


A command for Oblivion Script Extender

Syntax:

(item/spell:ref) GetHotkeyItem whichHotkey:short

Returns the item or spell bound to the specified hotkey (1-8).

See Also[edit | edit source]