Click or drag to resize
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.Attributes
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public CamouflagePointsAttribute(
	int camouflagePoints
)

Parameters

camouflagePoints
Type: SystemInt32
Specify the number of points (from 0 to 100) to apply to this attribute
See Also