source:
code/branches/pickups/src/orxonox/objects/pickup/ShipItem.cc
@
2251
Last change on this file since 2251 was 2128, checked in by dsommer, 16 years ago | |
---|---|
File size: 387 bytes |
Rev | Line | |
---|---|---|
[1998] | 1 | #include "Shipitem.h" |
2 | ||
[2128] | 3 | namespace orxonox |
[2083] | 4 | { |
[2128] | 5 | itemtype ShipItem::CheckType() |
[2083] | 6 | { |
[2128] | 7 | return this.type; |
[2083] | 8 | } |
[1998] | 9 | |
[2128] | 10 | subItemTypePermanent CheckSubType() |
[2083] | 11 | { |
[2128] | 12 | return this.subtype_permanent; |
13 | } | |
14 | ||
15 | subItemTypePowerups CheckSubType() | |
16 | { | |
17 | return this.subtype_powerups; | |
18 | } | |
19 | subItemTypeUsable CheckSubType() | |
20 | { | |
21 | return this.subtype_usables; | |
22 | } | |
23 | ||
[2083] | 24 | } |
Note: See TracBrowser
for help on using the repository browser.