-
Notifications
You must be signed in to change notification settings - Fork 16
BoltSize
Tommo J. Phillips edited this page Oct 22, 2023
·
2 revisions
Namespace: TommoJProductions.ModApi.Attachable
Represents all bolt sizes in game.
public enum BoltSizeInheritance Object → ValueType → Enum → BoltSize
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description |
|---|---|---|
| hand | 0 | Represents hand |
| none | -1 | Represents none. USAGE: for add nuts. |
| sparkplug | 55 | Represents sparkplug wrench |
| flathead | 64 | Represents flat head screwdriver |
| _5mm | 50 | Represents 5mm |
| _6mm | 60 | Represents 6mm |
| _7mm | 69 | Represents 7mm |
| _8mm | 80 | Represents 8mm |
| _9mm | 89 | Represents 9mm |
| _10mm | 100 | Represents 10mm |
| _11mm | 110 | Represents 11mm |
| _12mm | 120 | Represents 12mm |
| _13mm | 129 | Represents 13mm |
| _14mm | 139 | Represents 14mm |
| _15mm | 150 | Represents 15mm |