Event.Cursor

Signals that the cursor has changed.

Usage:

Event.Cursor(type, held)
ParameterTypeDatatypeDescription
heldparameter<nope>The blob describing the new element held. Generally, some kind of identifier used in another part of the addon system.
typeparametervariantThe current cursor type. Valid values include "ability", "item", and "itemtype".