Changeset 3342 in orxonox.OLD for orxonox/branches/parenting/src/world_entity.cc
- Timestamp:
- Jan 5, 2005, 3:18:28 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/parenting/src/world_entity.cc
r3309 r3342 161 161 162 162 /** 163 \brief basic initialisation for bound Entities164 */165 void WorldEntity::init( Location* spawnloc, WorldEntity* spawnowner)166 {167 // loc = *spawnloc;168 //owner = spawnowner;169 }170 171 /**172 \brief basic initialisation for free Entities173 */174 void WorldEntity::init( Placement* spawnplc, WorldEntity* spawnowner)175 {176 //place = *spawnplc;177 //owner = spawnowner;178 }179 180 /**181 163 \brief this is called immediately after the Entity has been constructed and initialized 182 164
Note: See TracChangeset
for help on using the changeset viewer.