Show / Hide Table of Contents

Class ControllerAliasSet

Inheritance
System.Object
ControllerAliasSet
Namespace: Eco.Core.Utils
Assembly: Eco.Gameplay.dll
Syntax
public class ControllerAliasSet : ControllerHashSet<IAlias>

Constructors

ControllerAliasSet()

Declaration
public ControllerAliasSet()

ControllerAliasSet(IController, String)

Declaration
public ControllerAliasSet(IController parent, string propertyName)
Parameters
Type Name Description
IController parent
System.String propertyName

Properties

UserSetChangedEvent

Declaration
public ThreadSafeAction<IEnumerable<User>> UserSetChangedEvent { get; set; }
Property Value
Type Description
ThreadSafeAction<System.Collections.Generic.IEnumerable<User>>

Methods

Destroy()

Declaration
public void Destroy()

HasUser(User)

Declaration
public bool HasUser(User user)
Parameters
Type Name Description
User user
Returns
Type Description
System.Boolean

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
☀
☾