Table of Contents

Class BuildableItemDefinition

Namespace
S1API.Items.Buildable
Assembly
S1API.dll

Represents a buildable item definition that can be placed in the game world. Extends StorableItemDefinition with building-specific properties.

public sealed class BuildableItemDefinition : StorableItemDefinition
Inheritance
BuildableItemDefinition
Inherited Members
Extension Methods

Remarks

Use CreateBuilder() to create new buildable items, or CloneFrom(string) to create variants of existing items.

Properties

BuildSoundType

The sound type played when this item is built.

public BuildSoundType BuildSoundType { get; set; }

Property Value

BuildSoundType