Beispiel #1
0
 public bool UnitIsBusy(int unitid)
 {
     return(ABICInterface.IAICallback_GetCurrentUnitCommandsCount(self, unitid) > 0);
 }