Variable Client.voiceConns

Mapping of voice connections

Declaration

class Client
{
  // ...
  VoiceClient[ulong] voiceConns;
  // ...
}