EatingSpeedPointsAttribute Constructor |
Namespace: Terrarium.Sdk.Classes.Creature.AttributesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic EatingSpeedPointsAttribute(
int eatingSpeedPoints
)
Public Sub New (
eatingSpeedPoints As Integer
)
public:
EatingSpeedPointsAttribute(
int eatingSpeedPoints
)
new :
eatingSpeedPoints : int -> EatingSpeedPointsAttribute
Parameters
- eatingSpeedPoints
- Type: SystemInt32
Specify the number of points (from 1 to 100) to apply to this attribute.
See Also