• Issues an immediate order for the unit to go to point (x,y) and drop the item there.

    If the unit cannot reach the point, it will run up to closest location and stop there, without dropping the item.

    Returns:

    • true if item was found in inventory of unit and an order was issued.
    • false if unit/item invalid, unit is paused and cannot take orders etc.

    Parameters

    Returns boolean

    Note

    See: UnitDropItemSlot, UnitDropItemTarget.

Generated using TypeDoc