Skip to content
New issue

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

Implement all TS3 functions #1

Open
icedream opened this issue Oct 6, 2018 · 2 comments
Open

Implement all TS3 functions #1

icedream opened this issue Oct 6, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@icedream
Copy link
Owner

icedream commented Oct 6, 2018

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.

@icedream icedream added the enhancement New feature or request label Oct 6, 2018
@icedream icedream self-assigned this Oct 6, 2018
@icedream
Copy link
Owner Author

icedream commented Oct 8, 2018

TS3 function wrapper generation has been added in 3551b83.

@icedream
Copy link
Owner Author

icedream commented Oct 9, 2018

I added the first batch of functions with 47743c1 for creating/destroying server connection handles and logging to the TS3 log!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant