Пользовательские дополнения

На главную


craft.SetForgeRecipe( recipeId )

Устанавливает текущий рецепт для forge крафта.

-- библиотека
craft

-- объявление:
function SetForgeRecipe( recipeId )

-- параметры
recipeId: ForgeCraftRecipeId, идентификатор рецепта для forge крафта

-- возвращаемые значения
success - boolean, true, если рецепт установлен удачно, иначе false

-- пример использования
if not craft.SetForgeRecipe( recipeId ) then
  LogInfo( "Fail set forge recipe." )
end

Search: "CategoryLuaApi" "CategoryCraft"

CategoryCraft
EnumDiceCraftCmdType
EventDiceCraftCanceled
EventDiceCraftCmdFailed
EventDiceCraftFinished
EventDiceCraftNotEnoughComponents
EventDiceCraftPrepared
EventDiceCraftRecipesChanged
EventDiceCraftScoreChanged
EventDiceCraftSlotChanged
EventDiceCraftStatusChanged
EventReforgeResult
EventReforgeResultFail
EventReforgeResultReady
FunctionAvatarGetRecipeAfflatusItem
FunctionAvatarGetRecipeInfo
FunctionCraftDiceCraftEmptySlot
FunctionCraftDiceCraftGetCurrentDices
FunctionCraftDiceCraftGetCurrentRecipe
FunctionCraftDiceCraftGetDiceValues
FunctionCraftDiceCraftGetInspirationLevels
FunctionCraftDiceCraftGetInspiredRecipes
FunctionCraftDiceCraftGetLockedSlots
FunctionCraftDiceCraftGetPlacedItems
FunctionCraftDiceCraftGetRecipeInspiration
FunctionCraftDiceCraftGetRecipes
FunctionCraftDiceCraftIsJoker
FunctionCraftDiceCraftPutItem
FunctionCraftDiceCraftRecipeIsSameItem
FunctionCraftDiceCraftState
FunctionCraftDiceCraftUseInspiration
FunctionCraftFinishReforge
FunctionCraftGetDiceCraftRecipeResults
FunctionCraftGetForgeComponent
FunctionCraftGetForgeRecipe
FunctionCraftGetForgeRecipeInfo
FunctionCraftGetForgeRecipes
FunctionCraftGetGoldenSlotsForgeRecipes
FunctionCraftGetGoldenSlotsForgeTiersOrder
FunctionCraftGetItemSlotsCount
FunctionCraftGetReforgeComponent
FunctionCraftGetReforgeInfo
FunctionCraftGetReforgeRecipe
FunctionCraftGetReforgeVariants
FunctionCraftIncreaseQualification
FunctionCraftMakeForge
FunctionCraftMakeReforge
FunctionCraftPutForgeComponent
FunctionCraftPutReforgeComponent
FunctionCraftSetForgeRecipe
FunctionCraftSetReforgeRecipe


CategoryLuaApi CategoryFunction CategoryCraft

На главную