Difference between revisions of "UO.LLiftedKind"
From OpenEUO
| Line 2: | Line 2: | ||
⇒ 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. | ⇒ 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. | + | Note: The [[UO.Drag]] function, being packet based, does not affect this variable. |
{| border="1" | {| border="1" | ||
| Line 20: | Line 20: | ||
[[UO.LLiftedType]] | [[UO.LLiftedType]] | ||
| + | |||
| + | [[UO.TargCurs]] | ||
Latest revision as of 13:35, 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 |