home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / TeamSpeak / TeamSpeak3-Client-win32-3.0.0.exe / plugins / clientquery_plugin / clientvariable.txt < prev    next >
Text File  |  2011-07-22  |  2KB  |  67 lines

  1. Usage: clientvariable ( clid={clientID} properties )...
  2.  
  3. Retrieves client variables from the client (no network usage). For each client
  4. you can specify one or more properties that should be queried, and this whole
  5. block of clientID and properties can be repeated to get information about
  6. multiple clients with one call of clientvariable.
  7.  
  8. Available properties are:
  9. client_unique_identifier
  10. client_nickname
  11. client_input_muted
  12. client_output_muted
  13. client_outputonly_muted
  14. client_input_hardware
  15. client_output_hardware
  16. client_meta_data
  17. client_is_recording
  18. client_database_id
  19. client_channel_group_id
  20. client_servergroups
  21. client_away
  22. client_away_message
  23. client_type
  24. client_flag_avatar
  25. client_talk_power
  26. client_talk_request
  27. client_talk_request_msg
  28. client_description
  29. client_is_talker
  30. client_is_priority_speaker
  31. client_unread_messages
  32. client_nickname_phonetic
  33. client_needed_serverquery_view_power
  34. client_icon_id
  35. client_is_channel_commander
  36. client_country
  37. client_channel_group_inherited_channel_id
  38. client_flag_talking
  39. client_is_muted
  40. client_volume_modificator
  41.  
  42. These properties are always available for yourself, but need to be requested
  43. for other clients. Currently you cannot request these variables via
  44. clientquery:
  45. client_version
  46. client_platform
  47. client_login_name
  48. client_created
  49. client_lastconnected
  50. client_totalconnections
  51. client_month_bytes_uploaded
  52. client_month_bytes_downloaded
  53. client_total_bytes_uploaded
  54. client_total_bytes_downloaded
  55.  
  56. These properties are available only for yourself:
  57. client_input_deactivated
  58.  
  59. Example:
  60.    clientvariable clid=4 client_nickname client_input_muted
  61.    client_nickname=ScP client_input_muted=0
  62.    error id=0 msg=ok
  63.  
  64.    clientvariable clid=1449 client_country|clid=83 client_country
  65.    clid=1449 client_country=DE|clid=83 client_country=IT
  66.    error id=0 msg=ok
  67.