-
Notifications
You must be signed in to change notification settings - Fork 17
IHasBolts
Tommo J. Phillips edited this page Oct 22, 2023
·
3 revisions
Namespace: TommoJProductions.ModApi.Attachable
Represents the Has Bolts interface.
public interface IHasBolts
The bolts.
public abstract virtual Bolt[] bolts { get; }
if this object has bolts.
public abstract virtual bool hasBolts { get; }
inits bolts.
void initBolts(Bolt[] bolts)
bolts
Bolt[]
the array of bolt references to init.