Changeset 10056 in orxonox.OLD for branches/mount_points/src/world_entities/world_entity.cc
- Timestamp:
- Dec 13, 2006, 10:21:34 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mount_points/src/world_entities/world_entity.cc
r10055 r10056 317 317 318 318 /** 319 * adds a mount point to the end of the list 320 * @param mountPoint point to be added 321 */ 322 void WorldEntity::addMountPoint(MountPoint* mountPoint) 323 { 324 } 325 326 /** 327 * adds a mount point to a world entity 328 * @param mountPoint point to be added 329 */ 330 void WorldEntity::addMountPoint(int slot, MountPoint* mountPoint) 331 { 332 333 } 334 335 336 /** 337 * mounts a world entity on a specified mount point (~socket) 338 * @param entity entity to be connected 339 */ 340 void WorldEntity::mount(int slot, WorldEntity* entity) 341 { 342 343 } 344 345 346 /** 347 * removes a mount point from a specified mount point 348 * @param mountPoint entity to be unconnected 349 */ 350 void WorldEntity::unmount(int slot) 351 { 352 } 353 354 355 /** 319 356 * subscribes this world entity to a collision reaction 320 357 * @param type the type of reaction to subscribe to
Note: See TracChangeset
for help on using the changeset viewer.