IssuePointOrderById

Parameters
whichUnit unit
order integer
x real
y real
bug

If the order is to build a structure, this function will return false even if the unit accepts the order.

comment
note

If the order is to build a structure and the unit can build that structure in principle but the player lacks the resources for it, then the unit will be pinged on the minimap in yellow for its owning player.

return type
boolean
Source code
native IssuePointOrderById          takes unit whichUnit, integer order, real x, real y returns boolean
Source
common.j
wc3modding.com
IssuePointOrderById