ManiaScript Trackmania 2020  14/07/2025
CGameUserVoiceChat Class Reference

Documentation for class CGameUserVoiceChat. More...

#include <2025_07_14.h>

Inheritance diagram for CGameUserVoiceChat:
CNod

Public Types

enum  EMuteSetting { Muted, NotMuted }
 

Public Attributes

CGameUserVoiceChat::EMuteSetting MuteSetting
 
Boolean const IsLocal
 
Boolean const IsMuted
 
Boolean const MuteChangePending
 
Boolean const IsSpeaking
 
Boolean const IsConnected
 
Boolean const Supported
 
CUser *const MatchingPlayerInfo
 
- Public Attributes inherited from CNod
Ident const Id
 

Detailed Description

Documentation for class CGameUserVoiceChat.

Definition at line 10655 of file 2025_07_14.h.

Member Enumeration Documentation

◆ EMuteSetting

Enumerator
Muted 
NotMuted 

Definition at line 10660 of file 2025_07_14.h.

10660  {
10661  Muted,
10662  NotMuted,
10663  };

Member Data Documentation

◆ IsConnected

Boolean const CGameUserVoiceChat::IsConnected

Definition at line 10687 of file 2025_07_14.h.

◆ IsLocal

Boolean const CGameUserVoiceChat::IsLocal

Definition at line 10671 of file 2025_07_14.h.

◆ IsMuted

Boolean const CGameUserVoiceChat::IsMuted

Definition at line 10675 of file 2025_07_14.h.

◆ IsSpeaking

Boolean const CGameUserVoiceChat::IsSpeaking

Definition at line 10683 of file 2025_07_14.h.

◆ MatchingPlayerInfo

CUser* const CGameUserVoiceChat::MatchingPlayerInfo

Definition at line 10695 of file 2025_07_14.h.

◆ MuteChangePending

Boolean const CGameUserVoiceChat::MuteChangePending

Definition at line 10679 of file 2025_07_14.h.

◆ MuteSetting

CGameUserVoiceChat::EMuteSetting CGameUserVoiceChat::MuteSetting

Definition at line 10667 of file 2025_07_14.h.

◆ Supported

Boolean const CGameUserVoiceChat::Supported

Definition at line 10691 of file 2025_07_14.h.


The documentation for this class was generated from the following file:
CGameUserVoiceChat::NotMuted
@ NotMuted
Definition: 2025_07_14.h:10662
CGameUserVoiceChat::Muted
@ Muted
Definition: 2025_07_14.h:10661