FunctionsChatRoomMapViewIndexToCoordinatesChatRoomMapViewIndexToCoordinates CallableChatRoomMapViewIndexToCoordinates(index: number): { x: number; y: number }Gets a index number for the tile and obejct lists and returns the corrosponting coordinates in X and YParametersindex: numberIndex number for the tile and object listsReturns { x: number; y: number }Object containing the resulting x and y coordinates.x: numbery: number
Gets a index number for the tile and obejct lists and returns the corrosponting coordinates in X and Y