Maintenance for the week of December 4:
• PC/Mac: No maintenance – December 4
• NA megaservers for patch maintenance – December 6, 3:00AM EST (08:00 UTC) - 1:00PM EST (18:00 UTC)
• EU megaservers for patch maintenance – December 6, 08:00 UTC (3:00AM EST) - 18:00 UTC (1:00PM EST)
https://forums.elderscrollsonline.com/en/discussion/648131/

Housing API Wishlist

R_K
R_K
✭✭✭✭✭
What has been provided so far for the Housing API is, of course, great -- and we have been able to build a number of useful (and fun) add-ons with it.

With that in mind, I wanted to put forward my personal Wish List for this section of the game's API:
  1. Function(s) to read the current "State" of a specific Furniture Id. For example: HousingEditorGetFurnitureState( furnitureId) returns "On" or "Off" for a given Light furnishing. Ideally, this would work for any furnishing that has multiple states.
  2. Function(s) to set the current "State" of a specific Furniture Id. For example: HousingEditorToggleFurnitureState( furnitureId, state ) could change a Light to "On".
  3. If possible, an ancillary function for identifying the possible states of a given furnishing would be great (perhaps passing in a furnitureId and returning a table of valid "state" strings or nil for stateless furnishings).
Sign In or Register to comment.