Skip to content

IHasBolts

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

IHasBolts

Namespace: TommoJProductions.ModApi.Attachable

Represents the Has Bolts interface.

public interface IHasBolts

Properties

bolts

The bolts.

public abstract virtual Bolt[] bolts { get; }

Property Value

Bolt[]

hasBolts

if this object has bolts.

public abstract virtual bool hasBolts { get; }

Property Value

Boolean

Methods

initBolts(Bolt[])

inits bolts.

void initBolts(Bolt[] bolts)

Parameters

bolts Bolt[]
the array of bolt references to init.

Clone this wiki locally