CamouflagePointsAttribute Constructor |
Creates a new camouflage attribute given a number of points from 0 to 100 to
put into the characteristic
Namespace: Terrarium.Sdk.Classes.Creature.AttributesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic CamouflagePointsAttribute(
int camouflagePoints
)
Public Sub New (
camouflagePoints As Integer
)
public:
CamouflagePointsAttribute(
int camouflagePoints
)
new :
camouflagePoints : int -> CamouflagePointsAttribute
Parameters
- camouflagePoints
- Type: SystemInt32
Specify the number of points (from 0 to 100) to apply to this attribute
See Also