Click or drag to resize
OrganismStatePercentInjured Property
Must be overriden in derived classes and compute a factor that can be used to represent the injury done to the creature.

Namespace: Terrarium.Sdk.Classes.State
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public abstract double PercentInjured { get; }

Property Value

Type: Double
See Also