Click or drag to resize
AnimalStateAntennas Property

Provides access to a read-only version of a creature's Antenna. Each Antenna has a specific set of positions that it may be in. Setting states with this information is possible as is passing numeric data.

This property is used to examine the Antenna state of other creatures. If you need to set the states of your own Antenna you should use the Antennas property on the Animal base class.

Namespace: Terrarium.Sdk.Classes.State
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public AntennaState Antennas { get; set; }

Return Value

Type: AntennaState
AntennaState for the organism to initiate communication.
See Also