Beta Documentation - Subject to change.

Gets the shortcut on the quickslot.

Syntax

Lua
function Quickslot:GetShortcut();

Returns

Type: Shortcut
The shortcut info for the quickslot.

Remarks

Gets the shortcut on the quickslot.

Examples

Getting an existing shortcut.
Getting a shortcutCopy Code
        -- Gets an existing shortcut on a quickslot
        shortcut = quickslot1:GetShortcut();

See Also