Returns the name of the item. (Unique identifier) @return A string containing the name of the item as specified in its configuration
| 44 | // @return A string containing the name of the item as specified in its |
| 45 | // configuration |
| 46 | String LuaBindings::ItemCallbacks::name(Item* item) { |
| 47 | return item->name(); |
| 48 | } |
| 49 | |
| 50 | // Returns the number of items in this stack |
| 51 | // |
no outgoing calls
no test coverage detected