# Furniture Editor

## What is furniture editor?

***

Furniture editor is used for add/remove furnitures to house.

## Database

***

{% hint style="info" %}
Furnitures are saved in the housing\_furnitures table in the database.
{% endhint %}

| name      | description                                                                                        |
| --------- | -------------------------------------------------------------------------------------------------- |
| id        | Unique id of the furniture                                                                         |
| house\_id | Id of the house                                                                                    |
| model     | Model of the furniture                                                                             |
| offset    | Position of the furniture. This will be offset for shell buildings, coordinates for ipl buildings. |
| rotation  | Rotation of furniture                                                                              |
