Advertisement
Guest User

chat_box_doc.tmp

a guest
Feb 18th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.88 KB | None | 0 0
  1. >> Метод: address
  2. Документация: 488c8e36-5f51-4e44-a3b3-f933ff078e04
  3. >> Метод: getDistance
  4. Документация: function():number; Returns the chat distance the chat box is currently set to
  5. >> Метод: setName
  6. Документация: function(name:string):string; Sets the name of the chat box. Returns the new name
  7. >> Метод: say
  8. Документация: function(text:string [, distance:number]):boolean; Makes the chat box say some text with the currently set or the specified distance. Returns true on success
  9. >> Метод: type
  10. Документация: chat_box
  11. >> Метод: slot
  12. Документация: -1
  13. >> Метод: getName
  14. Документация: function():string; Returns the name of the chat box
  15. >> Метод: setDistance
  16. Документация: function(distance:number):number; Sets the distance of the chat box. Returns the new distance
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement