Click or drag to resize
AnimalRefreshState Method

Tries to return an updated OrganismState given a creature's ID. This function may return null if the creature can't be found or was hidden by camouflage. You may call this method multiple times just like the LookFor method and get different results.

Namespace: Terrarium.Sdk.Classes.Creature
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public OrganismState RefreshState(
	string organismID
)

Parameters

organismID
Type: SystemString
GUID which represents a specific organism in the system.

Return Value

Type: OrganismState
OrganismState representing the creature being looked for or null if not found.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if the organismID parameter is null.
See Also