GetShortcut

From LoTROInterface Wiki

Jump to: navigation, search


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();
Personal tools