BYOND Developer Wiki
Advertisement
DM Reference Entry This page contains an entry from the official DM Reference.

Format[]

MouseEntered(location,control,params)

Args[]

location: the turf, stat panel, grid cell, etc. containing the object
control: the name of the skin control involved
params: other parameters including mouse/keyboard flags, icon offsets, etc.; see mouse control

Description[]

This is called when the mouse moves onto the object with no buttons pressed.

Warning[]

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.

See also[]


Snippet This page is a snippet. You can help by adding more sections with relevant information.
Advertisement