Advertisement
Guest User

info_panel_doc.tmp

a guest
May 21st, 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. >> Метод: getTextColor
  2. Документация: function():number -- gets the text color of the panel
  3. >> Метод: rotateVertically
  4. Документация: function(value:number) -- sets the vertical rotation of the panel. Only input 1-16, otherwise nothing will happen
  5. >> Метод: slot
  6. Документация: -1
  7. >> Метод: getRotationHorizonally
  8. Документация: function():number -- gets the horizonal rotation of the panel
  9. >> Метод: hasWebUpgrade
  10. Документация: function():boolean -- checks if the web upgrade is installed (should be false most of the time)
  11. >> Метод: getRotationVertically
  12. Документация: function():number -- gets the vertical rotation of the panel
  13. >> Метод: setThickness
  14. Документация: function(value:number) -- sets the thickness of the panel. Only input 1-16, otherwise nothing will happen
  15. >> Метод: address
  16. Документация: c5ad2961-d155-43d0-b894-a90ea7ea3438
  17. >> Метод: getBackgroundColor
  18. Документация: function():number -- gets the background color of the panel
  19. >> Метод: rotateHorizonally
  20. Документация: function(value:number) -- sets the horizonal rotation of the panel. Only input 1-16, otherwise nothing will happen
  21. >> Метод: getThickness
  22. Документация: function():number -- gets the thickness of the panel
  23. >> Метод: hasColorUpgrade
  24. Документация: function():boolean -- checks if the color upgrade is installed
  25. >> Метод: type
  26. Документация: info_panel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement