OnMouseExit (GUI item event)
From modwiki
Called when the user moves out of an item with the mouse cursor. Doesn't take the mouse button (up or down) state into account.
Example(s)
onMouseExit {
...
}
Called when the user moves out of an item with the mouse cursor. Doesn't take the mouse button (up or down) state into account.
onMouseExit {
...
}