TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ NumberOfStates

virtual int Terraria.ModLoader.BuilderToggle.NumberOfStates = 2
getset

This is the number of different functionalities your builder toggle will have.
For a toggle that has an On and Off state, you'd need 2 states!

Default value is 2

Definition at line 71 of file BuilderToggle.cs.

71{ get; internal set; } = 2;