Click or drag to resize
OrganismPosition Property

Each creature is centered in the game world to a specific point. The Position property can be used to query for this location.

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

Return Value

Type: Point
System.Drawing.Point object initialized to the organisms current location in the game world.
See Also