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 ...") |
|||
| Line 12: | Line 12: | ||
|1 || An object is on the cursor | |1 || An object is on the cursor | ||
|} | |} | ||
| + | |||
| + | [[UO.Click]] | ||
| + | |||
| + | [[UO.CliDrag]] | ||
| + | |||
| + | [[UO.LLiftedID]] | ||
| + | |||
| + | [[UO.LLiftedType]] | ||
Revision as of 13:31, 9 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 |