Hey,
I'm wondering how to use the method above. It's not explained in the guide. Could you help me out? I'm a C++ noob.
We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
Hey,
I'm wondering how to use the method above. It's not explained in the guide. Could you help me out? I'm a C++ noob.
After some time these functions will be called:Code:requestServerGroupList(serverConnectionHandlerID, nullptr)
the former one will be called once for every server group on the server. Once the first function has been called once for every group, the second will be called, notifying you all groups were received.Code:void ts3plugin_onServerGroupListEvent(uint64 serverConnectionHandlerID, uint64 serverGroupID, const char* name, int type, int iconID, int saveDB) { } void ts3plugin_onServerGroupListFinishedEvent(uint64 serverConnectionHandlerID) { }
When sending PMs please make sure to include a reference link to the thread in question in the body of your message.
There are currently 1 users browsing this thread. (0 members and 1 guests)