irswat Posted August 21, 2016 Share Posted August 21, 2016 I saw this function in the SKSE change log but haven't found any documentation on it. Does anyone know what it does, how it works? Syntax, etc? Link to comment Share on other sites More sharing options...
lofgren Posted August 21, 2016 Share Posted August 21, 2016 It returns the weapon that is the template for the weapon that you run it on. Syntax is MyWeapon.GetTemplate() Link to comment Share on other sites More sharing options...
irswat Posted August 21, 2016 Author Share Posted August 21, 2016 (edited) Dang, was hoping it returned the ingredients necessary to craft the weapon as a formlist. Do you know of a function that returns the recipe to craft an item as a formlist? I know GetResult returns an item created by a recipe, but is there a function you can call on an constructable object that will return the recipe?Is there a function that will return whether an item is contructable or not? Edited August 21, 2016 by irswat Link to comment Share on other sites More sharing options...
Ghaunadaur Posted August 22, 2016 Share Posted August 22, 2016 ..., but is there a function you can call on an constructable object that will return the recipe? GetNumIngredients GetNthIngredient You can then store the results in a formlist or array. Link to comment Share on other sites More sharing options...
Recommended Posts