MouseEnter

From LoTROInterface Wiki

Jump to: navigation, search


Event fired when the mouse enters the control.

Syntax

Lua
function Control:MouseEnter(sender, args);

Parameters

sender
Type: table
The event sender.


args
Type: table
(See below)

  • This function receives no arguments, and can be called as function(sender) if you like.

Remarks

Personal tools