Definition
function OnSelectMouseEnter() end
Description
This event is specific to the button object. Suppose a script that has an OnSelectMouseEnter() event is attached to a button object. In this case, the OnSelectMouseEnter() event is called once when the mouse cursor enters that button.
Example
function OnSelectMouseEnter() PrintConsole("\nOnSelectMouseEnter() Event was called") endOnSelectMouseEnter Event