Enum LczFacilityLayout
Represents different layouts each zone in the facility can have.
public enum LczFacilityLayout
- Extension Methods
Fields
Unknown = 0Represents an unknown layout. This value is only used if you try to access LczLayout prematurely or if an error occured.
Clothes = 1See LczFacilityLayout for details.
Stool = 2See LczFacilityLayout for details.
Controller = 3See LczFacilityLayout for details.
Brain = 4See LczFacilityLayout for details.
Skull = 5See LczFacilityLayout for details.
Remarks
Layout names come from https://steamcommunity.com/sharedfiles/filedetails/?id=2919451768, courtesy of EdgelordGreed.
<p>Ordering comes from the order said layouts are stored in SL.</p>