Syntax
Lua |
---|
function Quickslot:GetShortcut(); |
Remarks
Gets the shortcut on the quickslot.
Examples
Getting an existing shortcut.
Getting a shortcut | ![]() |
---|---|
-- Gets an existing shortcut on a quickslot shortcut = quickslot1:GetShortcut(); |