Difference between revisions of "UO.DropC"
From OpenEUO
(Created page with " UO.DropC(contid[,nx,ny]) The UO.DropC command drops obects you drag using the UO.Drag command to any container you want. If you specify nx/ny then the item will be dropped in t...") |
|||
Line 5: | Line 5: | ||
If you want to combine the stack being dragged with another stack of the same item type, just pass the ID of the destination stack as contid. | If you want to combine the stack being dragged with another stack of the same item type, just pass the ID of the destination stack as contid. | ||
+ | |||
+ | ''Do not use this command to terminate a drag initiated by the UO.CliDrag function'' | ||
+ | |||
+ | [[UO.Drag]] | ||
+ | |||
+ | [[UO.DropG]] | ||
+ | |||
+ | [[UO.DropPD]] |
Latest revision as of 11:25, 8 October 2010
UO.DropC(contid[,nx,ny])
The UO.DropC command drops obects you drag using the UO.Drag command to any container you want.
If you specify nx/ny then the item will be dropped in the container at the coordinates relative to the container's location, otherwise it will be dropped on the container.
If you want to combine the stack being dragged with another stack of the same item type, just pass the ID of the destination stack as contid.
Do not use this command to terminate a drag initiated by the UO.CliDrag function