Show / Hide Table of Contents

Class VoiceChatUser

Inheritance
System.Object
VoiceChatUser
Implements
IController
IViewController
IHasUniversalID
Namespace: Eco.Gameplay.Voice
Assembly: Eco.Gameplay.dll
Syntax
public class VoiceChatUser : Object, IController, IViewController, IHasUniversalID

Constructors

VoiceChatUser()

Declaration
public VoiceChatUser()

Properties

ControllerID

Declaration
public ref int ControllerID { get; }
Property Value
Type Description
System.Int32

Id

Declaration
public int Id { get; set; }
Property Value
Type Description
System.Int32

User

Declaration
public User User { get; set; }
Property Value
Type Description
User

Username

Declaration
public string Username { get; set; }
Property Value
Type Description
System.String

VivoxId

Declaration
public string VivoxId { get; set; }
Property Value
Type Description
System.String

Implements

IController
IViewController
IHasUniversalID

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾