Returns the descriptor of this item @return a table containing a serialized item descriptor
| 105 | // |
| 106 | // @return a table containing a serialized item descriptor |
| 107 | Json LuaBindings::ItemCallbacks::descriptor(Item* item) { |
| 108 | return item->descriptor().toJson(); |
| 109 | } |
| 110 | |
| 111 | // Returns the item description |
| 112 | // |
no test coverage detected