Enum HczFacilityLayout
Represents different layouts each zone in the facility can have.
public enum HczFacilityLayout
- Extension Methods
Fields
Unknown = 0Represents an unknown layout. This value is only used if you try to access HczLayout prematurely or if an error occured.
CCross = 1See HczFacilityLayout for details.
Storm = 2See HczFacilityLayout for details.
TopSquares = 3See HczFacilityLayout for details.
Inkblot = 4See HczFacilityLayout for details.
RottenHeart = 5See HczFacilityLayout for details.
NewTall = 6See HczFacilityLayout for details.
Split = 7See HczFacilityLayout for details.
NewCircuit = 8See HczFacilityLayout for details.
Grasp = 9See HczFacilityLayout for details.
Help = 10See HczFacilityLayout 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>