Advertisement
Guest User

info_panel_doc.tmp

a guest
May 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.52 KB | None | 0 0
  1. >> Метод: slot
  2. Документация: -1
  3. >> Метод: hasColorUpgrade
  4. Документация: function():boolean -- checks if the color upgrade is installed
  5. >> Метод: getRotationHorizonally
  6. Документация: function():number -- gets the horizonal rotation of the panel
  7. >> Метод: setThickness
  8. Документация: function(value:number) -- sets the thickness of the panel. Only input 1-16, otherwise nothing will happen
  9. >> Метод: hasWebUpgrade
  10. Документация: function():boolean -- checks if the web upgrade is installed (should be false most of the time)
  11. >> Метод: getThickness
  12. Документация: function():number -- gets the thickness of the panel
  13. >> Метод: address
  14. Документация: 1fd8020f-07f0-4f25-b74b-092913acd109
  15. >> Метод: rotateVertically
  16. Документация: function(value:number) -- sets the vertical rotation of the panel. Only input 1-16, otherwise nothing will happen
  17. >> Метод: rotateHorizonally
  18. Документация: function(value:number) -- sets the horizonal rotation of the panel. Only input 1-16, otherwise nothing will happen
  19. >> Метод: getTextColor
  20. Документация: function():number -- gets the text color of the panel
  21. >> Метод: getBackgroundColor
  22. Документация: function():number -- gets the background color of the panel
  23. >> Метод: getRotationVertically
  24. Документация: function():number -- gets the vertical rotation of the panel
  25. >> Метод: type
  26. Документация: info_panel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement