Show / Hide Table of Contents

Class ControllerListAlias

Inheritance
System.Object
ControllerListAlias
Namespace: Eco.Gameplay.Aliases
Assembly: Eco.Gameplay.dll
Syntax
public class ControllerListAlias : ControllerList<IAlias>

Constructors

ControllerListAlias()

Declaration
protected ControllerListAlias()

ControllerListAlias(IThreadSafeSubscriptions, IController, String)

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

Fields

UserSetChanged

Called when the built list of all users in all aliases changes.

Declaration
public ThreadSafeAction UserSetChanged
Field Value
Type Description
ThreadSafeAction

Properties

UserSet

Declaration
public ThreadSafeHashSet<User> UserSet { get; }
Property Value
Type Description
ThreadSafeHashSet<User>

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