CamouflagePointsAttributeInvisibleOdds Property |
Returns the calculated odds of a creature actually appearing invisible.
This is a direct factor as to whether the creature will actually be
seen or not and is not scaled by distance or the ability of sight of
the other creatures.
Namespace: Terrarium.Sdk.Classes.Creature.AttributesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic int InvisibleOdds { get; }
Public ReadOnly Property InvisibleOdds As Integer
Get
public:
property int InvisibleOdds {
int get ();
}
member InvisibleOdds : int with get
Property Value
Type:
Int32
See Also