mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-29 21:02:10 +01:00
added comments
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
// Parse teamspeak channel structure into our objects
|
||||||
function parseChannelInfos(channelInfos) {
|
function parseChannelInfos(channelInfos) {
|
||||||
let result = [];
|
let result = [];
|
||||||
let rootChannels = channelInfos.rootChannels;
|
let rootChannels = channelInfos.rootChannels;
|
||||||
@@ -15,6 +16,7 @@ function parseChannelInfos(channelInfos) {
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Parse teamspeak clients into our objects
|
||||||
function parseClientInfos(clientInfos) {
|
function parseClientInfos(clientInfos) {
|
||||||
let result = [];
|
let result = [];
|
||||||
clientInfos.forEach((e) => {
|
clientInfos.forEach((e) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user