End Automata¶
End automata is a turtle with an End Mechanic Soul upgrade. This upgrade has all of the abilities of a Weak Automata plus its own additional abilites:
• Teleport between saved locations
• Save a location as a warp point
Peripheral Name | Interfaces with | Has events | Introduced in |
---|---|---|---|
endAutomata | World | No | 0.7r |
Functions¶
points¶
points() -> table | nil, string
savePoint¶
savePoint(name: string) -> true | nil, string
name
which can be teleported to at a future point in time.Returns true if the location is successfully saved, or nil and an error message.
distanceToPoint¶
distanceToPoint(name: string) -> number | nil, string
getWarpCooldown¶
getWarpCooldown() -> number
estimateWarpCost¶
estimateWarpCost(name: string) -> number | nil, string
name
. Or nil and an error message.
warpToPoint¶
warpToPoint(name: string) -> true | nil, string
name
.Returns true if the turtle is successfully teleported or nil and an error message.
Changelog/Trivia¶
0.7r
Added the End Automata