You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Orders the unit to load the target unit. Only works if this unit is a
2451
+
* @Transport or @Bunker type.
2452
+
*
2453
+
* @param target The target unit to load into this @Transport or @Bunker.
2454
+
* @param shiftQueueCommand If this value is true, then the order will be queued instead of immediately executed. If this value is omitted, then the order will be executed immediately by default.
2455
+
*
2456
+
* @return true if the command was passed to Broodwar, and false if BWAPI determined that
2457
+
* the command would fail.
2458
+
* @note There is a small chance for a command to fail after it has been passed to Broodwar.
@@ -5049,19 +5073,6 @@ public boolean canUnload(Unit targetUnit) {
5049
5073
returncanUnload(targetUnit, true);
5050
5074
}
5051
5075
5052
-
/**
5053
-
* Orders the unit to load the target unit. Only works if this unit is a
5054
-
* @Transport or @Bunker type.
5055
-
*
5056
-
* @param target The target unit to load into this @Transport or @Bunker.
5057
-
* @param shiftQueueCommand If this value is true, then the order will be queued instead of immediately executed. If this value is omitted, then the order will be executed immediately by default.
5058
-
*
5059
-
* @return true if the command was passed to Broodwar, and false if BWAPI determined that
5060
-
* the command would fail.
5061
-
* @note There is a small chance for a command to fail after it has been passed to Broodwar.
0 commit comments