Show / Hide Table of Contents

Interface IExternalReferencer

Defines a type that doesnt needd a full validity scan, but can still store referneces to things and provides a way to update those referenced things.

Namespace: Eco.Core.Utils.PropertyScanning
Assembly: Eco.Gameplay.dll
Syntax
public interface IExternalReferencer

Methods

SwapRefs(Dictionary<IHasID, IHasID>)

Change any references of 'Key' to 'Value' internally.

Declaration
void SwapRefs(Dictionary<IHasID, IHasID> refsToSwap)
Parameters
Type Name Description
System.Collections.Generic.Dictionary<IHasID, IHasID> refsToSwap

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