Returns the maximum number of items in this item's stack @return An integer containing the number of items in this item's maximum stack
| 67 | // @return An integer containing the number of items in this item's maximum |
| 68 | // stack |
| 69 | size_t LuaBindings::ItemCallbacks::maxStack(Item* item) { |
| 70 | return item->maxStack(); |
| 71 | } |
| 72 | |
| 73 | // Returns whether or not the serialized item descriptor passed logically |
| 74 | // matches this item |