We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TeamSpeak 3 passes a structure with callable functions to the plugin. All functions need to be wrapped in a way that is accessible to cgo.
All functions are listed in ts3_functions.h.
ts3_functions.h
The text was updated successfully, but these errors were encountered:
TS3 function wrapper generation has been added in 3551b83.
Sorry, something went wrong.
I added the first batch of functions with 47743c1 for creating/destroying server connection handles and logging to the TS3 log!
icedream
No branches or pull requests
TeamSpeak 3 passes a structure with callable functions to the plugin. All functions need to be wrapped in a way that is accessible to cgo.
All functions are listed in
ts3_functions.h
.The text was updated successfully, but these errors were encountered: