Advertisement
Guest User

smeltery_doc.tmp

a guest
Aug 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.94 KB | None | 0 0
  1. >> Метод: getFuelLevel
  2. Документация: function():int - Gets the amount of fuel in the smeltery
  3. >> Метод: hasFuel
  4. Документация: function():boolean - Gets whether the smeltery has fuel
  5. >> Метод: type
  6. Документация: smeltery
  7. >> Метод: getTempRequired
  8. Документация: function(index:int):int - Gets the required temperature for the item in the specified slot
  9. >> Метод: isEmpty
  10. Документация: function():boolean - Gets whether the smeltery is empty (has no fluids)
  11. >> Метод: getFuelInfo
  12. Документация: function():table - Get information on the smeltery's current fuel
  13. >> Метод: getCapacity
  14. Документация: function():int - Gets the total fluid capacity of the smeltery
  15. >> Метод: canHeat
  16. Документация: function(index:int) - Returns whether the item in the specified slot can be heated
  17. >> Метод: moveFluidToBottom
  18. Документация: function(index:integer):boolean - Moves the fluid at the specified index to the bottom
  19. >> Метод: getContainedFluids
  20. Документация: function():table - Get the fluids contained in the smeltery
  21. >> Метод: address
  22. Документация: cf121f26-3e9c-419a-9304-f943941bf878
  23. >> Метод: getFillLevel
  24. Документация: function():int - Gets the total amount of all fluids in the smeltery
  25. >> Метод: getInventorySize
  26. Документация: function():int - Gets the number of smelting slots the smeltery has
  27. >> Метод: getTemperature
  28. Документация: function([index:int]):int - Gets the smeltery temperature or the temperature of an item being smelted
  29. >> Метод: getHeatingProgress
  30. Документация: function(index:int):number - Gets the heating progress of the item in the specified slot
  31. >> Метод: slot
  32. Документация: -1
  33. >> Метод: getStackInSlot
  34. Документация: function(index:int):table - Gets the stack in the specified slot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement