Show / Hide Table of Contents

Interface IRemovableEntry

Any entry that implement that should be able to remove it from its collection. By example can be used to remove directly entries from some registrar.

Namespace: Eco.Gameplay.Utils
Assembly: Eco.Gameplay.dll
Syntax
public interface IRemovableEntry : IController, IViewController, IHasUniversalID

Methods

Remove(User)

Declaration
Task<bool> Remove(User caller)
Parameters
Type Name Description
User caller
Returns
Type Description
System.Threading.Tasks.Task<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
☀
☾