The search keyword must be a single word (no spaces).

Function BlzQueueNeutralTargetOrderById

Line
4214
Location
common.j
Constant?
no
Type
native
Arguments
player forWhichPlayer,unit neutralStructure, integer unitId, widget target
Returns
boolean
4214
native BlzQueueNeutralTargetOrderById      takes player forWhichPlayer,unit neutralStructure, integer unitId, widget target returns boolean
4215
4216
// returns the number of orders the unit currently has queued up
4217
native BlzGetUnitOrderCount takes unit whichUnit returns integer
4218
// clears either all orders or only queued up orders
4219
native BlzUnitClearOrders takes unit whichUnit, boolean onlyQueued returns nothing