Background for Skyrim SE
Member of the Game script
FormfunctionGetHotkeyBoundObject(inthotkey)NativeGlobal

Description

Documentation Comment

Returns the base form object that is bound to the specified hotkey


Caveats


Parameters

inthotkey


Examples

Auto-Generated Example

int myInt__hotkey

Form returnedValue = Game.GetHotkeyBoundObject(myInt__hotkey)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.