Difference between revisions of "UO.CliDrag"
From OpenEUO
(Created page with " UO.CliDrag(nid) Drags the object specified by id nid. This drag is performed by the client and affects the UO.LLifted* variables. Corresponding drop should be completedy with ...") |
|||
Line 3: | Line 3: | ||
[[UO.Click]] | [[UO.Click]] | ||
+ | |||
+ | [[UO.LLiftedID]] | ||
[[UO.LLiftedKind]] | [[UO.LLiftedKind]] | ||
− | [[UO. | + | [[UO.LLiftedType]] |
Latest revision as of 12:31, 9 October 2010
UO.CliDrag(nid)
Drags the object specified by id nid. This drag is performed by the client and affects the UO.LLifted* variables. Corresponding drop should be completedy with a UO.Click() command.