Difference between revisions of "Map (Class)"

From SkyCorp Global
(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...")
 
Line 1: Line 1:
A location is a combination of a roomID (int), and a particular Map.
 
  
 
== Public Methods ==
 
== Public Methods ==
  
luaMap.addItem = facade.addItem;
+
luaMap.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;
 
  
 +
deleteItem
  
 +
getRoomName
  
=== int roomID ===
+
getNamedEntityInRoom
 +
 
 +
getEntityInRoomByType
 +
 
 +
setTagBoolean
 +
 
 +
getTagBoolean
 +
 
 +
getRoomIDOfEntity
 +
 
 +
getName
  
=== [[Map (Class)|Map]] getMap() ===
 
 
[[Category:LUA Class Reference]]
 
[[Category:LUA Class Reference]]

Revision as of 05:16, 29 December 2017

Public Methods

luaMap.addItem

deleteItem

getRoomName

getNamedEntityInRoom

getEntityInRoomByType

setTagBoolean

getTagBoolean

getRoomIDOfEntity

getName