Maintenance for the week of September 22:
· [COMPLETE] NA megaservers for maintenance – September 22, 4:00AM EDT (8:00 UTC) - 10:00AM EDT (14:00 UTC)
· [COMPLETE] EU megaservers for maintenance – September 22, 8:00 UTC (4:00AM EDT) - 14:00 UTC (10:00AM EDT)
Housing API Wishlist
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:
- 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.
- Function(s) to set the current "State" of a specific Furniture Id. For example: HousingEditorToggleFurnitureState( furnitureId, state ) could change a Light to "On".
- 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).