AttackDamagePointsAttribute Constructor |
Initializes the attribute with an attack value in the range of 0 to 100
Namespace: Terrarium.Sdk.Classes.Creature.AttributesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic AttackDamagePointsAttribute(
int attackPoints
)
Public Sub New (
attackPoints As Integer
)
public:
AttackDamagePointsAttribute(
int attackPoints
)
new :
attackPoints : int -> AttackDamagePointsAttribute
Parameters
- attackPoints
- Type: SystemInt32
Specify the number of points (from 0 to 100) to apply to this attribute.
See Also