You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Issues" that are caused by standard game behaviour.
AddDoorToSystem takes integers rather than floats, so doors at the "same" coordinates may conflict.
Using DoorSystemSetDoorState to set a door to state 1 (locked) disables door swinging, thus needs to be pushed closed before properly locking. Possibly resolved by setting autorate to 10.0, but may cause unwanted behaviour.
The text was updated successfully, but these errors were encountered:
"Issues" that are caused by standard game behaviour.
AddDoorToSystem
takes integers rather than floats, so doors at the "same" coordinates may conflict.UsingPossibly resolved by setting autorate to 10.0, but may cause unwanted behaviour.DoorSystemSetDoorState
to set a door to state 1 (locked) disables door swinging, thus needs to be pushed closed before properly locking.The text was updated successfully, but these errors were encountered: