Table of Contents

Enum LczFacilityLayout

Namespace
Exiled.API.Enums
Assembly
Exiled.API.dll

Represents different layouts each zone in the facility can have.

public enum LczFacilityLayout
Extension Methods

Fields

Unknown = 0

Represents an unknown layout. This value is only used if you try to access LczLayout prematurely or if an error occured.

Clothes = 1

See LczFacilityLayout for details.

Stool = 2

See LczFacilityLayout for details.

Controller = 3

See LczFacilityLayout for details.

Brain = 4

See LczFacilityLayout for details.

Skull = 5

See 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>