Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 18, 2011, 1:18:51 AM (13 years ago)
Author:
jo
Message:

Repaired xml-interface in order to set a bot's team directly in the level.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2011/src/orxonox/controllers/FormationController.cc

    r8995 r8996  
    129129        SUPER(FormationController, XMLPort, xmlelement, mode);
    130130
     131        XMLPortParam(FormationController, "team", setTeam, getTeam, xmlelement, mode).defaultValues(-1);
    131132        XMLPortParam(FormationController, "formationFlight", setFormationFlight, getFormationFlight, xmlelement, mode).defaultValues(false);
    132133        XMLPortParam(FormationController, "formationSize", setFormationSize, getFormationSize, xmlelement, mode).defaultValues(STANDARD_MAX_FORMATION_SIZE);
Note: See TracChangeset for help on using the changeset viewer.