OnSelectMouseLButtonDown Event

Definition

function OnSelectMouseLButtonDown()

end

Description

This event is specific to the button object. Suppose a script that has an OnSelectMouseLButtonDown() event is attached to a button object. In this case, the OnSelectMouseLButtonDown() event is called once when the mouse cursor is on the button and the user left clicks.

Example

function OnSelectMouseEnter()
    PrintConsole("\nOnSelectMouseEnter() Event was called")
end
adminOnSelectMouseLButtonDown Event