SET_ROOM_ATTR being deprecated?

Added by Ransom Weaver 517 days ago

Looking through the Orbiter src to try to solve my room.setAttribute problem in Obj C, I don't see any code that does that. Only the UPC constant u5. Are room attributes being deprecated in favor of client attributes only?


Replies

RE: SET_ROOM_ATTR being deprecated? - Added by colin moock 517 days ago

room attributes are definitely valid. orbiter is just still under development, so many core features have not yet been implemented.

i probably won't get a chance to take a close look at your code until wednesday. until then, the upc spec might prove useful in your custom union client work:

http://unionplatform.com/specs/upc/

colin