Show / Hide Table of Contents

Interface IRegistrarManager

Provides features for untyped registrar management:

  • Maintains a set of 'special' entries that are always there. You should prefer to use parameterized types interface instead for implementation, but this interface may be used for type-unaware processing.
Namespace: Eco.Gameplay.Systems
Assembly: Eco.Gameplay.dll
Syntax
public interface IRegistrarManager

Properties

Registrar

Declaration
IRegistrar Registrar { get; }
Property Value
Type Description
IRegistrar

Methods

InitSpecialEntries()

Declaration
void InitSpecialEntries()

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