Click or drag to resize
TeleportedEventArgsLocalTeleport Property

Provides information on whether you were teleported to a new machine or back to the local machine the teleportation started from. When you are teleported locally you shouldn't have to set up your creature, it should be in the same state as when the teleport began.

Note that your creature will be in a new location on the map. Note also that your creature will have missed some time within the game (not counted towards total age), because of the time it takes to teleport.

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

Return Value

Type: Boolean
AnimalState representing the state of the creature attacking you.
See Also