Пользовательские дополнения
На главную
"ENUM_DiceCraftCmdType_..."
Тип команды крафтинга. Используется в сообщении о неудачном завершении команд крафтинга (EVENT_DICE_CRAFT_CMD_FAILED).
Значения перечисления:
"ENUM_DiceCraftCmdType_PutItem" - соответствует craft.DiceCraftPutItem(itemId, slot, count)
"ENUM_DiceCraftCmdType_EmptySlot" - соответствует craft.DiceCraftEmptySlot(slot)
"ENUM_DiceCraftCmdType_StartGame" - соответствует protectedCraft.DiceCraftStartGame(recipeId)
"ENUM_DiceCraftCmdType_Reroll" - соответствует protectedCraft.DiceCraftReroll()
"ENUM_DiceCraftCmdType_FinishGame" - соответствует protectedCraft.DiceCraftFinishGame()
"ENUM_DiceCraftCmdType_CancelGame" - соответствует protectedCraft.DiceCraftCancelGame()
"DiceCraftCmdType_UseInspiration" - соответствует craft.DiceCraftUseInspiration()
См. также EVENT_DICE_CRAFT_CMD_FAILED.
Search: "CategoryLuaApi" "CategoryCraft"
CategoryCraft
EnumDiceCraftCmdType
EventDiceCraftCanceled
EventDiceCraftCmdFailed
EventDiceCraftFinished
EventDiceCraftNotEnoughComponents
EventDiceCraftPrepared
EventDiceCraftRecipesChanged
EventDiceCraftScoreChanged
EventDiceCraftSlotChanged
EventDiceCraftStatusChanged
FunctionCraftDiceCraftEmptySlot
FunctionCraftDiceCraftGetCurrentDices
FunctionCraftDiceCraftGetCurrentRecipe
FunctionCraftDiceCraftGetDiceValues
FunctionCraftDiceCraftGetInspirationLevels
FunctionCraftDiceCraftGetInspiredRecipes
FunctionCraftDiceCraftGetLockedSlots
FunctionCraftDiceCraftGetPlacedItems
FunctionCraftDiceCraftGetRecipeInspiration
FunctionCraftDiceCraftGetRecipes
FunctionCraftDiceCraftIsJoker
FunctionCraftDiceCraftPutItem
FunctionCraftDiceCraftRecipeIsSameItem
FunctionCraftDiceCraftState
FunctionCraftDiceCraftUseInspiration
FunctionCraftGetDiceCraftRecipeResults
FunctionCraftGetItemSlotsCount
CategoryLuaApi
CategoryEnums
CategoryCraft
На главную