View Single Post
07/04/20, 10:57 PM   #1
IsJustaGhost
AddOn Author - Click to view addons
Join Date: May 2020
Posts: 38
Question needing to select a recipe in keyboard provisioning recipe list

I'm needing to select a specific recipe in the keyboard's provisioning recipe list.
I've managed to do it for gamepad mode with,
Code:
GAMEPAD_PROVISIONER.recipeList:SetSelectedIndex(recipeData.listIndex)
The intent is to select the entry so correct recipe information is displayed, including ingredients, for the provisioning crafting of my writ helper.
Any help would be appreciated.

Last edited by IsJustaGhost : 07/05/20 at 02:21 AM.
  Reply With Quote