Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9680 in orxonox.OLD for trunk/src/lib/lang/new_class_id.cc


Ignore:
Timestamp:
Aug 22, 2006, 12:06:17 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: nicer output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/lang/new_class_id.cc

    r9678 r9680  
    9494  ClassList::const_iterator it;
    9595  for (it = this->_classes.begin(); it != this->_classes.end(); ++it)
    96     PRINT(0)(" -> %s", (*it)._objectList->name().c_str());
     96    PRINT(0)(" -> %s(id:%d)", (*it)._objectList->name().c_str(), (*it)._objectList->id());
    9797  PRINT(0)("\n");
    9898
Note: See TracChangeset for help on using the changeset viewer.