Palanthir Library Reference
MODULE DESCRIPTION
MODULE FUNCTIONS palanthir.world.getchars(x, y) - x - y Return Value: Returns a list of char objects. Description: Returns the char objects at the given position. Back to top palanthir.world.getitem(Serial) - Serial Return Value: Returns a item object. Description: Returns the item object from the serial. Back to top palanthir.world.getitems(x, y) - x - y Return Value: Returns a list of item objects. Description: Returns the item objects at the given position. Back to top palanthir.world.getmap(x, y) - x - y Return Value: Returns a map object. Description: Returns the map object at the given position. Back to top palanthir.world.getplayer() Return Value: Returns a char object. Description: Returns the player object. Back to top palanthir.world.getstatics(x, y) - x - y Return Value: Returns a list of static objects. Description: Returns the static objects at the given position. Back to top |
|||||||
Back to the Module Overview Back to the Palanthir Reference |