LoTRO LUA Documentation

This is a version controlled documentation for how to use the LUA-Plugin Framework implemented into LoTRO.

View on GitHub

Home > Turbine.UI.Lotro > Quickslot

SetShortcut Method


Beta Documentation - Subject to change.

Sets the shortcut on the quickslot

Remarks

Sets the shortcut on the quickslot

Syntax

function Quickslot:SetShortcut(value)

Parameters

value
Type: Shortcut
The new shortcut information to set the quickslot to use.

Examples

Basic Setting a new shortcut
quickslot = Turbine.UI.Lotro.Quickslot();
quickslot:SetParent( myWindow );
quickslot:SetPosition( 50, 50 );
quickslot:SetSize( 38, 38 );
quickslot:SetShortcut( Turbine.UI.Shortcut( Turbine.UI.Lotro.ShortcutType.Undefined, "") );
Intermediate

** Coming Soon **

Complex/Advanced

** Coming Soon **


See Also


Copyright © Standing Stone Games, LLC. All rights reserved.