Difference between revisions of "UO.Drag"
From OpenEUO
(Created page with " UO.Drag(nid[, namnt]) Drag the object specified by id nid via packets. This will not affect the UO.LLifted* variables. Alternatively, specify the amount namnt to drag if the o...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
UO.Drag(nid[, namnt]) | UO.Drag(nid[, namnt]) | ||
− | Drag the object specified by id nid via packets. This will not affect the UO.LLifted* variables. Alternatively, specify the amount namnt to drag if the object is a stack. namnt defaults to 1. | + | Drag the object specified by id nid via packets. This will not affect the UO.LLifted* variables. Alternatively, specify the amount namnt to drag if the object is a stack. namnt defaults to 1. A drag initiated in this manner should be terminated with a drop via one of the following commands: UO.DropC, UO.DropG, or UO.DropPD. |
+ | |||
+ | [[UO.CliDrag]] | ||
+ | |||
+ | [[UO.DropC]] | ||
+ | |||
+ | [[UO.DropG]] | ||
+ | |||
+ | [[UO.DropPD]] |
Latest revision as of 13:28, 9 October 2010
UO.Drag(nid[, namnt])
Drag the object specified by id nid via packets. This will not affect the UO.LLifted* variables. Alternatively, specify the amount namnt to drag if the object is a stack. namnt defaults to 1. A drag initiated in this manner should be terminated with a drop via one of the following commands: UO.DropC, UO.DropG, or UO.DropPD.