Esempio n. 1
0
 public static boolean SaveLocationHandle(hashtable table, integer parentKey, integer childKey, location whichLocation)
 {
     table.Add(parentKey.ToString("x8") + childKey.ToString("x8"), whichLocation);
     return(true);
 }
Esempio n. 2
0
 public static boolean IssuePointOrderByIdLoc(unit whichUnit, integer order, location whichLocation)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public static boolean IssuePointOrderLoc(unit whichUnit, @string order, location whichLocation)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public static unit CreateUnitAtLocByName(player id, @string unitname, location whichLocation, real face)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public static boolean ReviveHeroLoc(unit whichHero, location loc, boolean doEyecandy)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public static void SetUnitPositionLoc(unit whichUnit, location whichLocation)
 {
     whichUnit.x = whichLocation.x;
     whichUnit.y = whichLocation.y;
 }