Table of Contents

Interface IBuildableFobEntity

Namespace
Uncreated.Warfare.FOBs.Entities
Assembly
Uncreated.Warfare.dll
public interface IBuildableFobEntity : IFobEntity, ITransformObject
Inherited Members
Extension Methods

Properties

Buildable

The buildable this FOB entity is based on.

IBuildable Buildable { get; }

Property Value

IBuildable

PreventItemDrops

Whether or not contained items should be dropped when this buildable is destroyed.

bool PreventItemDrops { get; }

Property Value

bool