nikeee / TeamSpeak3QueryApi

.NET wrapper for the TeamSpeak 3 Query API
https://nikeee.github.io/TeamSpeak3QueryAPI
GNU General Public License v3.0
60 stars 16 forks source link

Added ServerEdit, GetClientIds and ID conversion | Changed EditChannel, .NET to 3.1 #53

Closed aleksanderpsuj closed 3 years ago

aleksanderpsuj commented 4 years ago

rc.ServerEdit(ServerEdit.virtualserver_name, "Welcome"); => (Example) Edit servername to Welcome rc.EditChannel(3, ChannelEdit.channel_maxclients, "10"); => (Example) Change MaxClients to 10 on channel with id 3

rc.GetClientIds(); => Self explanatory rc.DBIDFromUID(); => Self explanatory rc.NAMEFromDBID(); => Self explanatory rc.NAMEFromUID(); => Self explanatory rc.UIDFromCLID(); => Self explanatory

nikeee commented 3 years ago

Thanks!