Format
MouseExited(object,location,control,params)
Args
object
: the object under the mouse pointerlocation
: the turf, stat panel, grid cell, etc. containing the object where it was clickedcontrol
: the name of the skin control involvedparams
: other parameters including mouse/keyboard flags, icon offsets, etc.; see mouse handling
Default action
Call object.MouseExited(location,control,params).
This is called when the mouse moves off of an object.
Don’t define this unless you need it, because it generates extra communication that is otherwise avoided. Defining it on only the objects that require it reduces overhead.
The argument format for this verb is:
MouseExited(object as null|atom in usr.client,\
location as null|turf|text in usr.client,\
control as text, params as text)