View Single Post
03/08/18, 02:40 AM   #1
manavortex
 
manavortex's Avatar
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 138
[rejected] inverse of GetItemLinkGrantedRecipeIndices

Hello Chip,

I'd very much like an inverse of
Lua Code:
  1. GetItemLinkGrantedRecipeIndices(*string* _itemLink_)
_Returns:_ *luaindex:nilable* _recipeListIndex_, *luaindex:nilable* _recipeIndex_

Something like
Lua Code:
  1. GetRecipeItemLink(*luaindex* recipeListIndex, *luaindex* recipeIndex)
_Returns:_ *string:nilable* _itemLink_