I’m writing a Python script to change the mark of doors to match the number of the room each door swings into. “ToRoom” and “FromRoom” depend on how the door was originally placed, so I need to also determine if the user has flipped the door’s direction since it was created.
I thought the “FacingFlipped” parameter would help me, but according to this it seems that that parameter depends on how the host wall was drawn, not on what the user has done to the door. Is there another parameter that I can use to find out whether the swing direction has been toggled?