| com. | |
| Functions | |
| GetShortcutData | Get information about the item equipped at itemPos in the shortcut interface. |
| RefreshShortcuts | Forces the client to send add or remove signal for each of the slots in the range. |
| MoveShortcut | Try to move a shortcut to a new pos. |
| RemoveFromShortcutBar | Try to remove a shortcut. |
| UseShortcut | Try to use a shortcut. |
| AddSpell | Add a spell to a slot. |
Get information about the item equipped at itemPos in the shortcut interface.
public static function GetShortcutData( itemPos: Number ) : Object
Forces the client to send add or remove signal for each of the slots in the range.
public static function RefreshShortcuts( fromPos: Number, count: Number ) : Void
Try to move a shortcut to a new pos.
public static function MoveShortcut( fromPos: Number, toPos: Number ) : Void
Try to remove a shortcut.
public static function RemoveFromShortcutBar( itemPos: Number ) : Void
Try to use a shortcut.
public static function UseShortcut( itemPos: Number, target: ID32 ) : Void
Add a spell to a slot.
public static function AddSpell( itemPos: Number, spellId: Number ) : Void