Difference between revisions of "UO.LLiftedID"
From OpenEUO
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
UO.LLiftedID | UO.LLiftedID | ||
⇒ Returns the id of the object last dragged/lifted (either manually or with the UO.CliDrag event, or via UO.Click). | ⇒ Returns the id of the object last dragged/lifted (either manually or with the UO.CliDrag event, or via UO.Click). | ||
+ | |||
+ | Note: The [[UO.Drag]] function, being packet based, does not affect this variable. | ||
+ | |||
+ | [[UO.Click]] | ||
+ | |||
+ | [[UO.CliDrag]] | ||
+ | |||
+ | [[UO.LLiftedKind]] | ||
+ | |||
+ | [[UO.LLiftedType]] |
Latest revision as of 12:31, 9 October 2010
UO.LLiftedID
⇒ Returns the id of the object last dragged/lifted (either manually or with the UO.CliDrag event, or via UO.Click).
Note: The UO.Drag function, being packet based, does not affect this variable.