Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 16, 2010, 12:37:09 PM (14 years ago)
Author:
dafrick
Message:

Documenting and cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/items/Engine.cc

    r7163 r7547  
    248248    }
    249249
    250     PickupCarrier* Engine::getCarrierParent(void)
     250    PickupCarrier* Engine::getCarrierParent(void) const
    251251    {
    252252        return this->ship_;
    253253    }
    254254
    255     const Vector3& Engine::getCarrierPosition(void)
     255    const Vector3& Engine::getCarrierPosition(void) const
    256256    {
    257257        return this->ship_->getWorldPosition();
Note: See TracChangeset for help on using the changeset viewer.