Changeset 7493 for code/trunk/src/modules/pickup/items/MetaPickup.h
- Timestamp:
- Sep 27, 2010, 7:53:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/pickup/items/MetaPickup.h
r7456 r7493 58 58 @brief 59 59 The MetaPickup is a pickup that can, depending on the parameter 'metaType', do different things. If the 'metaType' is set to 60 1) 'use', all the pickups, the PickupCarrier has, are immediately set to used upon pickup of the MetaPickup.61 2) 'drop', all the pickups, the PickupCarrier has, are immediately dropped upon pickup of the MetaPickup.62 3) 'destroy', all the pickups, the PickupCarrier has, are immediately destroyed upon pickup of the MetaPickup.63 4) 'destroyCarrier', the PickupCarrier is immediately destroyed upon pickup of the MetaPickup.60 - @b use All the pickups, the PickupCarrier has, are immediately set to used upon pickup of the MetaPickup. 61 - @b drop All the pickups, the PickupCarrier has, are immediately dropped upon pickup of the MetaPickup. 62 - @b destroy All the pickups, the PickupCarrier has, are immediately destroyed upon pickup of the MetaPickup. 63 - @b destroyCarrier The PickupCarrier is immediately destroyed upon pickup of the MetaPickup. 64 64 @author 65 65 Damian 'Mozork' Frick
Note: See TracChangeset
for help on using the changeset viewer.