Click or drag to resize
IAnimalWorldBoundaryRefreshState Method
Used to look for a creature given an organism ID. If the creature is visible the state will be returned. If not null should be returned.

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

Parameters

organismID
Type: SystemString

[Missing <param name="organismID"/> documentation for "M:Terrarium.Sdk.Interfaces.IAnimalWorldBoundary.RefreshState(System.String)"]

Return Value

Type: OrganismState

[Missing <returns> documentation for "M:Terrarium.Sdk.Interfaces.IAnimalWorldBoundary.RefreshState(System.String)"]

See Also