teamspeak / ts3client-pluginsdk

TeamSpeak 3 Client Plugin SDK

Home Page:https://www.teamspeak.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TeamSpeak 3 Client Plugin SDK

Welcome to the official helper repository for creating native plugins for the TeamSpeak 3 Client. This repository includes example code and SDK header files to assist in the development of your plugin.

Quick Start Guide

To get started, it's highly recommended that you base your plugin on the provided test plugin (src/plugin.c). This test plugin includes the necessary special functions that your plugin must export. If certain optional functions are not needed for your project, feel free to remove them. For more details, please refer to the code comments.

Additional Resources

To expand your knowledge and get support, we recommend visiting the following resources:

Copyright Information

This repository is protected under copyright law. Copyright © TeamSpeak Systems GmbH. All rights reserved.

About

TeamSpeak 3 Client Plugin SDK

https://www.teamspeak.com


Languages

Language:C 99.9%Language:Makefile 0.1%