GetShortcut
From LoTROInterface Wiki
API Reference > Turbine.UI.Lotro.Quickslot.GetShortcut()
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 shortcut | |
|---|---|
| -- Gets an existing shortcut on a quickslot shortcut = quickslot1:GetShortcut(); | |