ManiaScript Trackmania 2020  30/10/2024
CGameUserVoiceChat Class Reference

Documentation for class CGameUserVoiceChat. More...

#include <2024_10_30.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 10627 of file 2024_10_30.h.

Member Enumeration Documentation

◆ EMuteSetting

Enumerator
Muted 
NotMuted 

Definition at line 10632 of file 2024_10_30.h.

10632  {
10633  Muted,
10634  NotMuted,
10635  };

Member Data Documentation

◆ IsConnected

Boolean const CGameUserVoiceChat::IsConnected

Definition at line 10659 of file 2024_10_30.h.

◆ IsLocal

Boolean const CGameUserVoiceChat::IsLocal

Definition at line 10643 of file 2024_10_30.h.

◆ IsMuted

Boolean const CGameUserVoiceChat::IsMuted

Definition at line 10647 of file 2024_10_30.h.

◆ IsSpeaking

Boolean const CGameUserVoiceChat::IsSpeaking

Definition at line 10655 of file 2024_10_30.h.

◆ MatchingPlayerInfo

CUser* const CGameUserVoiceChat::MatchingPlayerInfo

Definition at line 10667 of file 2024_10_30.h.

◆ MuteChangePending

Boolean const CGameUserVoiceChat::MuteChangePending

Definition at line 10651 of file 2024_10_30.h.

◆ MuteSetting

CGameUserVoiceChat::EMuteSetting CGameUserVoiceChat::MuteSetting

Definition at line 10639 of file 2024_10_30.h.

◆ Supported

Boolean const CGameUserVoiceChat::Supported

Definition at line 10663 of file 2024_10_30.h.


The documentation for this class was generated from the following file:
CGameUserVoiceChat::NotMuted
@ NotMuted
Definition: 2024_10_30.h:10634
CGameUserVoiceChat::Muted
@ Muted
Definition: 2024_10_30.h:10633