Skip to content

BoltSaveInfo

Tommo J. Phillips edited this page Oct 22, 2023 · 2 revisions

BoltSaveInfo

Namespace: TommoJProductions.ModApi.Attachable

Represents the bolt save info class object.

public class BoltSaveInfo

Inheritance ObjectBoltSaveInfo

Properties

boltTightness

Represents the tightness of this bolt. range: 0 - 8.

public int boltTightness { get; set; }

Property Value

Int32

addNutTightness

Represents the tightness of the nut if is true. range: 0 - 8

public int addNutTightness { get; set; }

Property Value

Int32

Constructors

BoltSaveInfo()

public BoltSaveInfo()

Clone this wiki locally