I would like to know if there is a method or property to allow me to distinguish door and window instances that have been flipped away from their initial assignments to a from/ to room parameter?
Maybe a scenario would be a user places a door facing into a room. The user then flips that door away as they want the door to swing out from that room and yet still belong to that room. How could I identify that the door is no longer facing into it's toRoom direction? I was hoping their would be a property such as "isFlipped" and yet there is none that I can see.
One such way this might be achieved is through comparing the doors toRoom value to it's current predicament, which would be its new toRoom value if that's even possible.