-
Notifications
You must be signed in to change notification settings - Fork 17
BoltType
Tommo J. Phillips edited this page Oct 22, 2023
·
2 revisions
Namespace: TommoJProductions.ModApi.Attachable
Represents different types of bolts.
public enum BoltType
Inheritance Object → ValueType → Enum → BoltType
Implements IComparable, IFormattable, IConvertible
Name | Value | Description |
---|---|---|
nut | 0 | Represents a nut |
shortBolt | 1 | Represents a short bolt. |
longBolt | 2 | Represents a long bolt. |
screw | 3 | Represents a screw. |