Changeset 207 for trunk/src/game/Player.h
- Timestamp:
- 11/19/08 13:46:22 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Player.h
r206 r207 1047 1047 static bool IsBankPos( uint16 pos ) { return IsBankPos(pos >> 8,pos & 255); } 1048 1048 static bool IsBankPos( uint8 bag, uint8 slot ); 1049 bool IsValidPos( uint16 pos ) { return IsBankPos(pos >> 8,pos & 255); } 1050 bool IsValidPos( uint8 bag, uint8 slot ); 1049 1051 bool HasBankBagSlot( uint8 slot ) const; 1050 1052 bool HasItemCount( uint32 item, uint32 count, bool inBankAlso = false ) const;