Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2005, 1:13:42 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: now string name of a class works parallel to the int id representation and is only used for documentation purposes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/test_entity.cc

    r4276 r4320  
    2828TestEntity::TestEntity () : WorldEntity()
    2929
     30  this->setClassID(CL_TEST_ENTITY, "TestEntity");
    3031  this->md2Model = new MD2Model();
    3132  this->md2Model->loadModel(ResourceManager::getFullName("models/tris.md2"));
Note: See TracChangeset for help on using the changeset viewer.