Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 4, 2008, 12:13:51 PM (16 years ago)
Author:
dsommer
Message:

getnameofpermanents und switch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickups/src/orxonox/objects/pickup/ShipItem.cc

    r2083 r2128  
    1212        return this.subtype_permanent;
    1313    }
     14
     15    subItemTypePowerups CheckSubType()
     16    {
     17        return this.subtype_powerups;
     18    }
     19    subItemTypeUsable CheckSubType()
     20    {
     21        return this.subtype_usables;
     22    }
     23
    1424}
Note: See TracChangeset for help on using the changeset viewer.