Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.
hjnilsson edited this page Jul 24, 2012 · 2 revisions

A Thing is anything that can be interacted with on the map. That is, either items or creatures.

Functions

  • Thing.destroy()
  • Thing.getName()
  • Thing.getParent()
  • Thing.getPosition()
  • Thing.getDescription([int lookdistance])
  • Thing.getParentTile()
  • Thing.isMoveable()
  • Thing.moveTo(Position pos)
Clone this wiki locally