Advertisement
Guest User

hologram_doc.tmp

a guest
May 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.36 KB | None | 0 0
  1. >> Метод: get
  2. Документация: function(x:number, y:number, z:number):number -- Returns the value for the specified voxel.
  3. >> Метод: clear
  4. Документация: function() -- Clears the hologram.
  5. >> Метод: copy
  6. Документация: function(x:number, z:number, sx:number, sz:number, tx:number, tz:number) -- Copies an area of columns by the specified translation.
  7. >> Метод: setScale
  8. Документация: function(value:number) -- Set the render scale. A larger scale consumes more energy.
  9. >> Метод: type
  10. Документация: hologram
  11. >> Метод: slot
  12. Документация: -1
  13. >> Метод: setRotation
  14. Документация: function(angle:number, x:number, y:number, z:number):boolean -- Set the base rotation of the displayed hologram.
  15. >> Метод: setTranslation
  16. Документация: function(tx:number, ty:number, tz:number) -- Sets the relative render projection offsets of the hologram.
  17. >> Метод: setRaw
  18. Документация: function(data:string) -- Set the raw buffer to the specified byte array, where each byte represents a voxel color. Nesting is x,z,y.
  19. >> Метод: setPaletteColor
  20. Документация: function(index:number, value:number):number -- Set the color defined for the specified value.
  21. >> Метод: getTranslation
  22. Документация: function():number, number, number -- Returns the relative render projection offsets of the hologram.
  23. >> Метод: address
  24. Документация: 5a3bcada-aafe-4732-a7ae-0c8d89439d2d
  25. >> Метод: getPaletteColor
  26. Документация: function(index:number):number -- Get the color defined for the specified value.
  27. >> Метод: getScale
  28. Документация: function():number -- Returns the render scale of the hologram.
  29. >> Метод: maxDepth
  30. Документация: function():number -- The color depth supported by the hologram.
  31. >> Метод: setRotationSpeed
  32. Документация: function(speed:number, x:number, y:number, z:number):boolean -- Set the rotation speed of the displayed hologram.
  33. >> Метод: set
  34. Документация: function(x:number, y:number, z:number, value:number or boolean) -- Set the value for the specified voxel.
  35. >> Метод: fill
  36. Документация: function(x:number, z:number[, minY:number], maxY:number, value:number or boolean) -- Fills an interval of a column with the specified value.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement