Ejemplo n.º 1
0
 public void SetIsEnemy(
     UIntPtr missionPointer,
     int teamIndex,
     int otherTeamIndex,
     bool isEnemy)
 {
     ScriptingInterfaceOfIMBTeam.call_SetIsEnemyDelegate(missionPointer, teamIndex, otherTeamIndex, isEnemy);
 }
Ejemplo n.º 2
0
 public bool IsEnemy(UIntPtr missionPointer, int teamIndex, int otherTeamIndex) => ScriptingInterfaceOfIMBTeam.call_IsEnemyDelegate(missionPointer, teamIndex, otherTeamIndex);