View Single Post
10/13/16, 05:29 AM   #1
BlackSwan
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 2
[implemented] GetRecipeItemLinkRecipeListAndId(string itemLink), GetRecipeItemLink

Add those, please, to setup strict connection between Recipe items and recipes itself

Code:
GetRecipeItemLinkRecipeListAndId(string itemLink)
Returns: number recipeListIndex, number recipeIndex

GetRecipeItemLink(number recipeListIndex, number recipeIndex,number LinkStyle linkStyle)
Returns: string link
For now that connection can be installed via comparing returning values of those 2 methods:
Code:
GetRecipeResultItemLink(number recipeListIndex, number recipeIndex, number LinkStyle linkStyle)
GetItemLinkRecipeResultItemLink(string itemLink, number LinkStyle linkStyle)
Thanks

P.S. Also same kind of strict connection between Styles, Chapters, Books and StyleMaterials will be very appreciated too.

Last edited by BlackSwan : 10/13/16 at 05:39 AM. Reason: wrong thread name