Click or drag to resize
OrganismStateOrganismEvents Property
When events are completed the completion actions get listed into a collection of completed events. These are then used by the processing functions to fire off events on 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 OrganismEventResults OrganismEvents { get; set; }

Property Value

Type: OrganismEventResults
See Also