Map (Class)
Jump to navigation
Jump to search
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;