Map (Class)

From SkyCorp Global
Revision as of 05:15, 29 December 2017 by SkyCorp (talk | contribs) (Created page with "A location is a combination of a roomID (int), and a particular Map. == Public Methods == luaMap.addItem = facade.addItem; luaMap.deleteItem = facade.deleteItem; luaMa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A location is a combination of a roomID (int), and a particular Map.

Public Methods

luaMap.addItem = facade.addItem; luaMap.deleteItem = facade.deleteItem; luaMap.getRoomName = facade.getRoomName; luaMap.getNamedEntityInRoom = facade.getNamedEntityInRoom; //luaMap.getEntityInRoomByType = facade.getEntityInRoomByType; luaMap.setTagBoolean = facade.setTagBoolean; luaMap.getTagBoolean = facade.getTagBoolean; luaMap.getRoomIDOfEntity = facade.getRoomIDOfEntity; luaMap.getName = facade.getName;


int roomID

Map getMap()