Click or drag to resize
AnimalAntennas Property

Provides access to the 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.

Namespace: Terrarium.Sdk.Classes.Creature
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public AntennaState Antennas { get; set; }

Return Value

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