Interface IBuildableFobEntity
public interface IBuildableFobEntity : IFobEntity, ITransformObject
- Inherited Members
- Extension Methods
Properties
Buildable
The buildable this FOB entity is based on.
IBuildable Buildable { get; }
Property Value
PreventItemDrops
Whether or not contained items should be dropped when this buildable is destroyed.
bool PreventItemDrops { get; }