The Gold Road Chapter – which includes the Scribing system – and Update 42 is now available to test on the PTS! You can read the latest patch notes here: https://forums.elderscrollsonline.com/en/discussion/656454/
Maintenance for the week of April 22:
• PC/Mac: NA and EU megaservers for patch maintenance – April 22, 4:00AM EDT (08:00 UTC) - 9:00AM EDT (13:00 UTC)
• Xbox: NA and EU megaservers for patch maintenance – April 24, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)
• PlayStation®: NA and EU megaservers for patch maintenance – April 24, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)

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.