Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2006, 10:30:06 AM (17 years ago)
Author:
patrick
Message:

mount point connection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mount_points/src/world_entities/mount_point.cc

    r10050 r10057  
    7575  this->registerObject(this, MountPoint::_objectList);
    7676  this->toList(OM_GROUP_00);
     77
     78  this->mount = NULL;
    7779}
    7880
     
    117119
    118120}
     121
     122
     123/**
     124 * adds an entity to this mount point
     125 * @param entity entity to be added
     126 */
     127void MountPoint::mount(WorldEntity* entity)
     128{}
     129
     130
     131/**
     132 * removes an entity from this mount point
     133 */
     134void MountPoint::unmount()
     135{}
Note: See TracChangeset for help on using the changeset viewer.