Table of Contents

Enum ConstructableFlags

Namespace
Nautilus.Utility
Assembly
Nautilus.dll
Defines how a constructable can be placed.
[Flags]
public enum ConstructableFlags
Extension Methods

Fields

AllowedOnConstructable = 64
Allowed on constructed entities such as tables, desks, shelves, etc...
Base = 8
Can be placed in bases.
Ceiling = 4
Can be placed on ceilings.
Default = Ground | Inside
Default placement flags. Includes Ground and Inside
Ground = 1
Can be placed on floors.
Inside = Base | Submarine
Can be placed inside. Combines Base and Submarine.
None = 0
Undefined placement.
Outside = 32
Can be placed outside.
Rotatable = 128
The constructable can be rotated during placement.
Submarine = 16
Can be placed in Cyclops or any other submarine.
Wall = 2
Can be placed on walls.