Difference between revisions of "UO.DropG"
From OpenEUO
(Created page with " UO.DropG(x,y[,z]) The UO.DropG command drops objects you drag using the UO.Drag command to the given ground (world) coordinate. If no z coordinate is specified, the default will...") |
|||
Line 3: | Line 3: | ||
''Do not use this command to terminate a drag initiated via the UO.CliDrag function.'' | ''Do not use this command to terminate a drag initiated via the UO.CliDrag function.'' | ||
+ | |||
+ | [[UO.Drag]] | ||
+ | |||
+ | [[UO.DropC]] | ||
+ | |||
+ | [[UO.DropPD]] |
Latest revision as of 11:32, 8 October 2010
UO.DropG(x,y[,z])
The UO.DropG command drops objects you drag using the UO.Drag command to the given ground (world) coordinate. If no z coordinate is specified, the default will be UO.CharPosZ.
Do not use this command to terminate a drag initiated via the UO.CliDrag function.