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 ...") |
|||
(One intermediate revision by the same user not shown) | |||
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 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]] | ||
+ | |||
+ | [[UO.TargCurs]] |
Latest revision as of 12: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 |