Changeset 8594 for code/branches/presentation/src/modules/pickup
- Timestamp:
- May 26, 2011, 1:57:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/modules/pickup/PickupManager.h
r7547 r8594 148 148 @return Returns true if the input Pickupable is still valid, false if not. 149 149 */ 150 constbool isValidPickup(uint32_t pickup) const150 bool isValidPickup(uint32_t pickup) const 151 151 { return this->pickups_.find(pickup) != this->pickups_.end(); } 152 152 // tolua_end
Note: See TracChangeset
for help on using the changeset viewer.