Beispiel #1
0
 public void DrawUnit(string name, Float3 pos, double rotation, int lifetime, int team, bool transparent, bool drawborder)
 {
     ABICInterface.IAICallback_DrawUnit(self, name, (float)pos.x, (float)pos.y, (float)pos.z, (float)rotation, lifetime, team, transparent, drawborder, 0);
 }