Thread Tools Display Modes
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
 

ESOUI » Developer Discussions » Wish List » [implemented] GetRecipeItemLinkRecipeListAndId(string itemLink), GetRecipeItemLink

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off