Difference between revisions of "UO.LLiftedKind"
From OpenEUO
(Created page with " UO.LLiftedKind ⇒ Returns whether or not an object is being dragged/lifted(either manually or with the UO.CliDrag event, or via UO.Click). The possible values of this variable ...") |
(No difference)
|
Revision as of 10:12, 8 October 2010
UO.LLiftedKind
⇒ Returns whether or not an object is being dragged/lifted(either manually or with the UO.CliDrag event, or via UO.Click). The possible values of this variable are included in the table below.
Note: The UO.Drag function, being packet based, does not affect this variable.
| Value | Description |
|---|---|
| 0 | An object is not on the cursor |
| 1 | An object is on the cursor |